Html Css Color HEX #A09692 Zorba

📋 copy color: '#A09692'

red 160 ◦ green 150 ◦ blue 146

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

Shades of Zorba #A09692

Tints of Zorba #A09692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.89%

 BLUE value IS 146 (57.42% from 255) = 32.02%

R = 35.09%
G = 32.89%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A09692 (or 0xA09692) is known color: Zorba. HEX triplet: A0, 96 and 92. RGB value is (160,150,146). Sum of RGB (Red+Green+Blue) = 160+150+146=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 160 - color contains mainly: red. Hex color #A09692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09692 is #5F696D. Grayscale: #989898. Windows color (decimal): -6252910 or 9606816. OLE color: 9606816.

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

Color convert

RGB 160 150 146 -
CMYK 0 0.06 0.09 0.37
HSL 17.14º 0.07% 0.6% -
HSV(B) 17.14º 0.09% 0.63% -
XYZ 30.59 31.36 31.64 -
YUV 152.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 160 150 146 0 0.06 0.09 0.37 17.14 0.07 0.6
Hex A0 96 92 0 6 9 25 11 7 3C
Octal 240 226 222 0 6 11 45 21 7 74
Binary 10100000 10010110 10010010 0 110 1001 100101 10001 111 111100

Color Harmonies of #A09692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09692

Black with #A09692

Text Example


Text Example

White with #A09692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09692; }

 p { color: rgb(160,150,146); }

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

background-color css

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

 a { background-color: rgb(160,150,146); }

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

border-color css

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

 span { border-color: rgb(160,150,146); }

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