Html Css Color HEX #A08A87 Opium

📋 copy color: '#A08A87'

red 160 ◦ green 138 ◦ blue 135

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

Shades of Opium #A08A87

Tints of Opium #A08A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.87%

 BLUE value IS 135 (53.13% from 255) = 31.18%

R = 36.95%
G = 31.87%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A08A87 (or 0xA08A87) is known color: Opium. HEX triplet: A0, 8A and 87. RGB value is (160,138,135). Sum of RGB (Red+Green+Blue) = 160+138+135=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08A87 is #5F7578. Grayscale: #909090. Windows color (decimal): -6255993 or 8882848. OLE color: 8882848.

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

Color convert

RGB 160 138 135 -
CMYK 0 0.14 0.16 0.37
HSL 7.2º 0.12% 0.58% -
HSV(B) 7.2º 0.16% 0.63% -
XYZ 27.96 27.4 26.74 -
YUV 144.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 160 138 135 0 0.14 0.16 0.37 7.2 0.12 0.58
Hex A0 8A 87 0 E 10 25 7 C 3A
Octal 240 212 207 0 16 20 45 7 14 72
Binary 10100000 10001010 10000111 0 1110 10000 100101 111 1100 111010

Color Harmonies of #A08A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A87

Black with #A08A87

Text Example


Text Example

White with #A08A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A87; }

 p { color: rgb(160,138,135); }

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

background-color css

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

 a { background-color: rgb(160,138,135); }

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

border-color css

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

 span { border-color: rgb(160,138,135); }

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