Html Css Color HEX #A09993 Zorba

📋 copy color: '#A09993'

red 160 ◦ green 153 ◦ blue 147

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

Shades of Zorba #A09993

Tints of Zorba #A09993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.26%

 BLUE value IS 147 (57.81% from 255) = 31.96%

R = 34.78%
G = 33.26%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A09993 (or 0xA09993) is known color: Zorba. HEX triplet: A0, 99 and 93. RGB value is (160,153,147). Sum of RGB (Red+Green+Blue) = 160+153+147=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 160 - color contains mainly: red. Hex color #A09993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09993 is #5F666C. Grayscale: #9A9A9A. Windows color (decimal): -6252141 or 9673120. OLE color: 9673120.

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

Color convert

RGB 160 153 147 -
CMYK 0 0.04 0.08 0.37
HSL 27.69º 0.06% 0.6% -
HSV(B) 27.69º 0.08% 0.63% -
XYZ 31.15 32.36 32.21 -
YUV 154.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 160 153 147 0 0.04 0.08 0.37 27.69 0.06 0.6
Hex A0 99 93 0 4 8 25 1C 6 3C
Octal 240 231 223 0 4 10 45 34 6 74
Binary 10100000 10011001 10010011 0 100 1000 100101 11100 110 111100

Color Harmonies of #A09993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09993

Black with #A09993

Text Example


Text Example

White with #A09993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09993; }

 p { color: rgb(160,153,147); }

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

background-color css

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

 a { background-color: rgb(160,153,147); }

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

border-color css

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

 span { border-color: rgb(160,153,147); }

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