Html Css Color HEX #A09591 Zorba

📋 copy color: '#A09591'

red 160 ◦ green 149 ◦ blue 145

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

Shades of Zorba #A09591

Tints of Zorba #A09591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.82%

 BLUE value IS 145 (57.03% from 255) = 31.94%

R = 35.24%
G = 32.82%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A09591 (or 0xA09591) is known color: Zorba. HEX triplet: A0, 95 and 91. RGB value is (160,149,145). Sum of RGB (Red+Green+Blue) = 160+149+145=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 160 - color contains mainly: red. Hex color #A09591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09591 is #5F6A6E. Grayscale: #979797. Windows color (decimal): -6253167 or 9541024. OLE color: 9541024.

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

Color convert

RGB 160 149 145 -
CMYK 0 0.07 0.09 0.37
HSL 16º 0.07% 0.6% -
HSV(B) 16º 0.09% 0.63% -
XYZ 30.36 31.01 31.17 -
YUV 151.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 160 149 145 0 0.07 0.09 0.37 16 0.07 0.6
Hex A0 95 91 0 7 9 25 10 7 3C
Octal 240 225 221 0 7 11 45 20 7 74
Binary 10100000 10010101 10010001 0 111 1001 100101 10000 111 111100

Color Harmonies of #A09591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09591

Black with #A09591

Text Example


Text Example

White with #A09591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09591; }

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

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

background-color css

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

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

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

border-color css

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

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

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