Html Css Color HEX #A29990 Zorba

📋 copy color: '#A29990'

red 162 ◦ green 153 ◦ blue 144

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

Shades of Zorba #A29990

Tints of Zorba #A29990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.37%

R = 35.29%
G = 33.33%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A29990 (or 0xA29990) is known color: Zorba. HEX triplet: A2, 99 and 90. RGB value is (162,153,144). Sum of RGB (Red+Green+Blue) = 162+153+144=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 162 - color contains mainly: red. Hex color #A29990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29990 is #5D666F. Grayscale: #9A9A9A. Windows color (decimal): -6121072 or 9476514. OLE color: 9476514.

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

Color convert

RGB 162 153 144 -
CMYK 0 0.06 0.11 0.36
HSL 30º 0.09% 0.6% -
HSV(B) 30º 0.11% 0.64% -
XYZ 31.33 32.48 31 -
YUV 154.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 162 153 144 0 0.06 0.11 0.36 30 0.09 0.6
Hex A2 99 90 0 6 B 24 1E 9 3C
Octal 242 231 220 0 6 13 44 36 11 74
Binary 10100010 10011001 10010000 0 110 1011 100100 11110 1001 111100

Color Harmonies of #A29990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29990

Black with #A29990

Text Example


Text Example

White with #A29990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29990; }

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

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

background-color css

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

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

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

border-color css

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

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

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