Html Css Color HEX #A29489 Zorba

📋 copy color: '#A29489'

red 162 ◦ green 148 ◦ blue 137

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

Shades of Zorba #A29489

Tints of Zorba #A29489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.11%

 BLUE value IS 137 (53.91% from 255) = 30.65%

R = 36.24%
G = 33.11%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A29489 (or 0xA29489) is known color: Zorba. HEX triplet: A2, 94 and 89. RGB value is (162,148,137). Sum of RGB (Red+Green+Blue) = 162+148+137=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 162 - color contains mainly: red. Hex color #A29489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29489 is #5D6B76. Grayscale: #969696. Windows color (decimal): -6122359 or 9016482. OLE color: 9016482.

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

Color convert

RGB 162 148 137 -
CMYK 0 0.09 0.15 0.36
HSL 26.4º 0.12% 0.59% -
HSV(B) 26.4º 0.15% 0.64% -
XYZ 30.01 30.67 28 -
YUV 150.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 162 148 137 0 0.09 0.15 0.36 26.4 0.12 0.59
Hex A2 94 89 0 9 F 24 1A C 3B
Octal 242 224 211 0 11 17 44 32 14 73
Binary 10100010 10010100 10001001 0 1001 1111 100100 11010 1100 111011

Color Harmonies of #A29489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29489

Black with #A29489

Text Example


Text Example

White with #A29489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29489; }

 p { color: rgb(162,148,137); }

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

background-color css

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

 a { background-color: rgb(162,148,137); }

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

border-color css

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

 span { border-color: rgb(162,148,137); }

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