Html Css Color HEX #A09087 Zorba

📋 copy color: '#A09087'

red 160 ◦ green 144 ◦ blue 135

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

Shades of Zorba #A09087

Tints of Zorba #A09087

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.8%

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

R = 36.45%
G = 32.8%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A09087 (or 0xA09087) is known color: Zorba. HEX triplet: A0, 90 and 87. RGB value is (160,144,135). Sum of RGB (Red+Green+Blue) = 160+144+135=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A09087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09087 is #5F6F78. Grayscale: #939393. Windows color (decimal): -6254457 or 8884384. OLE color: 8884384.

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

Color convert

RGB 160 144 135 -
CMYK 0 0.1 0.16 0.37
HSL 21.6º 0.12% 0.58% -
HSV(B) 21.6º 0.16% 0.63% -
XYZ 28.84 29.17 27.03 -
YUV 147.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 160 144 135 0 0.1 0.16 0.37 21.6 0.12 0.58
Hex A0 90 87 0 A 10 25 16 C 3A
Octal 240 220 207 0 12 20 45 26 14 72
Binary 10100000 10010000 10000111 0 1010 10000 100101 10110 1100 111010

Color Harmonies of #A09087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09087

Black with #A09087

Text Example


Text Example

White with #A09087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09087; }

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

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

background-color css

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

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

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

border-color css

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

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

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