Html Css Color HEX #A29991 Zorba

📋 copy color: '#A29991'

red 162 ◦ green 153 ◦ blue 145

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

Shades of Zorba #A29991

Tints of Zorba #A29991

RGB

 RED value IS 162 (63.67% from 255) = 35.22%

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

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

R = 35.22%
G = 33.26%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A29991 (or 0xA29991) is known color: Zorba. HEX triplet: A2, 99 and 91. RGB value is (162,153,145). Sum of RGB (Red+Green+Blue) = 162+153+145=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 162 - color contains mainly: red. Hex color #A29991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29991 is #5D666E. Grayscale: #9A9A9A. Windows color (decimal): -6121071 or 9542050. OLE color: 9542050.

HSL color Cylindrical-coordinate representation of color #A29991: hue angle of 28.24º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A29991 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 153 145 -
CMYK 0 0.06 0.10 0.36
HSL 28.24º 0.08% 0.6% -
HSV(B) 28.24º 0.1% 0.64% -
XYZ 31.4 32.51 31.41 -
YUV 154.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 162 153 145 0 0.06 0.10 0.36 28.24 0.08 0.6
Hex A2 99 91 0 6 A 24 1C 8 3C
Octal 242 231 221 0 6 12 44 34 10 74
Binary 10100010 10011001 10010001 0 110 1010 100100 11100 1000 111100

Color Harmonies of #A29991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29991

Black with #A29991

Text Example


Text Example

White with #A29991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29991; }

 p { color: rgb(162,153,145); }

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

background-color css

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

 a { background-color: rgb(162,153,145); }

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

border-color css

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

 span { border-color: rgb(162,153,145); }

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