Html Css Color HEX #A09187 Zorba

📋 copy color: '#A09187'

red 160 ◦ green 145 ◦ blue 135

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

Shades of Zorba #A09187

Tints of Zorba #A09187

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.95%

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

R = 36.36%
G = 32.95%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A09187 (or 0xA09187) is known color: Zorba. HEX triplet: A0, 91 and 87. RGB value is (160,145,135). Sum of RGB (Red+Green+Blue) = 160+145+135=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 160 - color contains mainly: red. Hex color #A09187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09187 is #5F6E78. Grayscale: #949494. Windows color (decimal): -6254201 or 8884640. OLE color: 8884640.

HSL color Cylindrical-coordinate representation of color #A09187: hue angle of 24º 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 #A09187 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 145 135 -
CMYK 0 0.09 0.16 0.37
HSL 24º 0.12% 0.58% -
HSV(B) 24º 0.16% 0.63% -
XYZ 29 29.47 27.08 -
YUV 148.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 160 145 135 0 0.09 0.16 0.37 24 0.12 0.58
Hex A0 91 87 0 9 10 25 18 C 3A
Octal 240 221 207 0 11 20 45 30 14 72
Binary 10100000 10010001 10000111 0 1001 10000 100101 11000 1100 111010

Color Harmonies of #A09187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09187

Black with #A09187

Text Example


Text Example

White with #A09187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09187; }

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

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

background-color css

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

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

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

border-color css

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

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

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