Html Css Color HEX #A09084 Zorba

📋 copy color: '#A09084'

red 160 ◦ green 144 ◦ blue 132

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

Shades of Zorba #A09084

Tints of Zorba #A09084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.28%

R = 36.7%
G = 33.03%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A09084 (or 0xA09084) is known color: Zorba. HEX triplet: A0, 90 and 84. RGB value is (160,144,132). Sum of RGB (Red+Green+Blue) = 160+144+132=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A09084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09084 is #5F6F7B. Grayscale: #939393. Windows color (decimal): -6254460 or 8687776. OLE color: 8687776.

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

Color convert

RGB 160 144 132 -
CMYK 0 0.1 0.17 0.37
HSL 25.71º 0.13% 0.57% -
HSV(B) 25.71º 0.18% 0.63% -
XYZ 28.64 29.09 25.93 -
YUV 147.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 160 144 132 0 0.1 0.17 0.37 25.71 0.13 0.57
Hex A0 90 84 0 A 11 25 1A D 39
Octal 240 220 204 0 12 21 45 32 15 71
Binary 10100000 10010000 10000100 0 1010 10001 100101 11010 1101 111001

Color Harmonies of #A09084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09084

Black with #A09084

Text Example


Text Example

White with #A09084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09084; }

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

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

background-color css

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

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

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

border-color css

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

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

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