Html Css Color HEX #A08885 Opium

📋 copy color: '#A08885'

red 160 ◦ green 136 ◦ blue 133

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

Shades of Opium #A08885

Tints of Opium #A08885

RGB

 RED value IS 160 (62.89% from 255) = 37.3%

 GREEN value IS 136 (53.52% from 255) = 31.7%

 BLUE value IS 133 (52.34% from 255) = 31%

R = 37.3%
G = 31.7%
B = 31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A08885 (or 0xA08885) is known color: Opium. HEX triplet: A0, 88 and 85. RGB value is (160,136,133). Sum of RGB (Red+Green+Blue) = 160+136+133=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A08885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08885 is #5F777A. Grayscale: #8E8E8E. Windows color (decimal): -6256507 or 8751264. OLE color: 8751264.

HSL color Cylindrical-coordinate representation of color #A08885: hue angle of 6.67º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A08885 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 136 133 -
CMYK 0 0.15 0.17 0.37
HSL 6.67º 0.12% 0.57% -
HSV(B) 6.67º 0.17% 0.63% -
XYZ 27.54 26.78 25.91 -
YUV 142.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 160 136 133 0 0.15 0.17 0.37 6.67 0.12 0.57
Hex A0 88 85 0 F 11 25 7 C 39
Octal 240 210 205 0 17 21 45 7 14 71
Binary 10100000 10001000 10000101 0 1111 10001 100101 111 1100 111001

Color Harmonies of #A08885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08885

Black with #A08885

Text Example


Text Example

White with #A08885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08885; }

 p { color: rgb(160,136,133); }

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

background-color css

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

 a { background-color: rgb(160,136,133); }

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

border-color css

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

 span { border-color: rgb(160,136,133); }

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