Html Css Color HEX #A29589 Zorba

📋 copy color: '#A29589'

red 162 ◦ green 149 ◦ blue 137

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

Shades of Zorba #A29589

Tints of Zorba #A29589

RGB

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

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

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

R = 36.16%
G = 33.26%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A29589 (or 0xA29589) is known color: Zorba. HEX triplet: A2, 95 and 89. RGB value is (162,149,137). Sum of RGB (Red+Green+Blue) = 162+149+137=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 162 - color contains mainly: red. Hex color #A29589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29589 is #5D6A76. Grayscale: #979797. Windows color (decimal): -6122103 or 9016738. OLE color: 9016738.

HSL color Cylindrical-coordinate representation of color #A29589: hue angle of 28.8º 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 #A29589 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 149 137 -
CMYK 0 0.08 0.15 0.36
HSL 28.8º 0.12% 0.59% -
HSV(B) 28.8º 0.15% 0.64% -
XYZ 30.16 30.98 28.06 -
YUV 151.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 162 149 137 0 0.08 0.15 0.36 28.8 0.12 0.59
Hex A2 95 89 0 8 F 24 1D C 3B
Octal 242 225 211 0 10 17 44 35 14 73
Binary 10100010 10010101 10001001 0 1000 1111 100100 11101 1100 111011

Color Harmonies of #A29589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29589

Black with #A29589

Text Example


Text Example

White with #A29589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29589; }

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

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

background-color css

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

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

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

border-color css

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

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

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