Html Css Color HEX #A09189 Zorba

📋 copy color: '#A09189'

red 160 ◦ green 145 ◦ blue 137

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

Shades of Zorba #A09189

Tints of Zorba #A09189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31%

R = 36.2%
G = 32.81%
B = 31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A09189 (or 0xA09189) is known color: Zorba. HEX triplet: A0, 91 and 89. RGB value is (160,145,137). Sum of RGB (Red+Green+Blue) = 160+145+137=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 160 - color contains mainly: red. Hex color #A09189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09189 is #5F6E76. Grayscale: #949494. Windows color (decimal): -6254199 or 9015712. OLE color: 9015712.

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

Color convert

RGB 160 145 137 -
CMYK 0 0.09 0.14 0.37
HSL 20.87º 0.11% 0.58% -
HSV(B) 20.87º 0.14% 0.63% -
XYZ 29.14 29.53 27.83 -
YUV 148.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 160 145 137 0 0.09 0.14 0.37 20.87 0.11 0.58
Hex A0 91 89 0 9 E 25 15 B 3A
Octal 240 221 211 0 11 16 45 25 13 72
Binary 10100000 10010001 10001001 0 1001 1110 100101 10101 1011 111010

Color Harmonies of #A09189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09189

Black with #A09189

Text Example


Text Example

White with #A09189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09189; }

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

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

background-color css

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

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

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

border-color css

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

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

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