Html Css Color HEX #A09286 Zorba

📋 copy color: '#A09286'

red 160 ◦ green 146 ◦ blue 134

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

Shades of Zorba #A09286

Tints of Zorba #A09286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.18%

 BLUE value IS 134 (52.73% from 255) = 30.45%

R = 36.36%
G = 33.18%
B = 30.45%

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

#A09286 (or 0xA09286) is known color: Zorba. HEX triplet: A0, 92 and 86. RGB value is (160,146,134). Sum of RGB (Red+Green+Blue) = 160+146+134=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 160 - color contains mainly: red. Hex color #A09286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09286 is #5F6D79. Grayscale: #949494. Windows color (decimal): -6253946 or 8819360. OLE color: 8819360.

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

Color convert

RGB 160 146 134 -
CMYK 0 0.09 0.16 0.37
HSL 27.69º 0.12% 0.58% -
HSV(B) 27.69º 0.16% 0.63% -
XYZ 29.08 29.75 26.76 -
YUV 148.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 160 146 134 0 0.09 0.16 0.37 27.69 0.12 0.58
Hex A0 92 86 0 9 10 25 1C C 3A
Octal 240 222 206 0 11 20 45 34 14 72
Binary 10100000 10010010 10000110 0 1001 10000 100101 11100 1100 111010

Color Harmonies of #A09286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09286

Black with #A09286

Text Example


Text Example

White with #A09286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09286; }

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

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

background-color css

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

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

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

border-color css

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

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

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