Html Css Color HEX #A29588 Zorba

📋 copy color: '#A29588'

red 162 ◦ green 149 ◦ blue 136

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

Shades of Zorba #A29588

Tints of Zorba #A29588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.43%

R = 36.24%
G = 33.33%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A29588 (or 0xA29588) is known color: Zorba. HEX triplet: A2, 95 and 88. RGB value is (162,149,136). Sum of RGB (Red+Green+Blue) = 162+149+136=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 162 - color contains mainly: red. Hex color #A29588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29588 is #5D6A77. Grayscale: #979797. Windows color (decimal): -6122104 or 8951202. OLE color: 8951202.

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

Color convert

RGB 162 149 136 -
CMYK 0 0.08 0.16 0.36
HSL 30º 0.12% 0.58% -
HSV(B) 30º 0.16% 0.64% -
XYZ 30.09 30.95 27.68 -
YUV 151.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 162 149 136 0 0.08 0.16 0.36 30 0.12 0.58
Hex A2 95 88 0 8 10 24 1E C 3A
Octal 242 225 210 0 10 20 44 36 14 72
Binary 10100010 10010101 10001000 0 1000 10000 100100 11110 1100 111010

Color Harmonies of #A29588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29588

Black with #A29588

Text Example


Text Example

White with #A29588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29588; }

 p { color: rgb(162,149,136); }

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

background-color css

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

 a { background-color: rgb(162,149,136); }

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

border-color css

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

 span { border-color: rgb(162,149,136); }

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