Html Css Color HEX #A48483 Opium

📋 copy color: '#A48483'

red 164 ◦ green 132 ◦ blue 131

#A48483
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opium #A48483

Tints of Opium #A48483

RGB

 RED value IS 164 (64.45% from 255) = 38.41%

 GREEN value IS 132 (51.95% from 255) = 30.91%

 BLUE value IS 131 (51.56% from 255) = 30.68%

R = 38.41%
G = 30.91%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A48483 (or 0xA48483) is known color: Opium. HEX triplet: A4, 84 and 83. RGB value is (164,132,131). Sum of RGB (Red+Green+Blue) = 164+132+131=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A48483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48483 is #5B7B7C. Grayscale: #8D8D8D. Windows color (decimal): -5995389 or 8619172. OLE color: 8619172.

HSL color Cylindrical-coordinate representation of color #A48483: hue angle of 1.82º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48483 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 132 131 -
CMYK 0 0.20 0.20 0.36
HSL 1.82º 0.15% 0.58% -
HSV(B) 1.82º 0.2% 0.64% -
XYZ 27.66 26.03 25.04 -
YUV 141.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 164 132 131 0 0.20 0.20 0.36 1.82 0.15 0.58
Hex A4 84 83 0 14 14 24 2 F 3A
Octal 244 204 203 0 24 24 44 2 17 72
Binary 10100100 10000100 10000011 0 10100 10100 100100 10 1111 111010

Color Harmonies of #A48483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48483

Black with #A48483

Text Example


Text Example

White with #A48483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48483; }

 p { color: rgb(164,132,131); }

 H1.HeaderClassName
 {
   color: #A48483;
 }
 .AnyTagClassName
 {
   color: #A48483;
 }
</style>

background-color css

<style>
 a { background-color: #A48483; }

 a { background-color: rgb(164,132,131); }

 div.DivClassName
 {
   background-color: #A48483;
 }
 .BgClassName
 {
   background-color: #A48483;
 }
</style>

border-color css

<style>
 span { border-color: #A48483; }

 span { border-color: rgb(164,132,131); }

 td.TdClassName
 {
   border-color: #A48483;
 }
 .TagClassName
 {
   border-color: #A48483;
 }
</style>