Html Css Color HEX #A29089 Zorba

📋 copy color: '#A29089'

red 162 ◦ green 144 ◦ blue 137

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

Shades of Zorba #A29089

Tints of Zorba #A29089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.51%

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

R = 36.57%
G = 32.51%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A29089 (or 0xA29089) is known color: Zorba. HEX triplet: A2, 90 and 89. RGB value is (162,144,137). Sum of RGB (Red+Green+Blue) = 162+144+137=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A29089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29089 is #5D6F76. Grayscale: #949494. Windows color (decimal): -6123383 or 9015458. OLE color: 9015458.

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

Color convert

RGB 162 144 137 -
CMYK 0 0.11 0.15 0.36
HSL 16.8º 0.12% 0.59% -
HSV(B) 16.8º 0.15% 0.64% -
XYZ 29.39 29.43 27.8 -
YUV 148.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 162 144 137 0 0.11 0.15 0.36 16.8 0.12 0.59
Hex A2 90 89 0 B F 24 11 C 3B
Octal 242 220 211 0 13 17 44 21 14 73
Binary 10100010 10010000 10001001 0 1011 1111 100100 10001 1100 111011

Color Harmonies of #A29089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29089

Black with #A29089

Text Example


Text Example

White with #A29089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29089; }

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

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

background-color css

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

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

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

border-color css

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

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

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