Html Css Color HEX #A29083 Zorba

📋 copy color: '#A29083'

red 162 ◦ green 144 ◦ blue 131

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

Shades of Zorba #A29083

Tints of Zorba #A29083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.98%

R = 37.07%
G = 32.95%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A29083 (or 0xA29083) is known color: Zorba. HEX triplet: A2, 90 and 83. RGB value is (162,144,131). Sum of RGB (Red+Green+Blue) = 162+144+131=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A29083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29083 is #5D6F7C. Grayscale: #939393. Windows color (decimal): -6123389 or 8622242. OLE color: 8622242.

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

Color convert

RGB 162 144 131 -
CMYK 0 0.11 0.19 0.36
HSL 25.16º 0.14% 0.57% -
HSV(B) 25.16º 0.19% 0.64% -
XYZ 28.97 29.27 25.59 -
YUV 147.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 162 144 131 0 0.11 0.19 0.36 25.16 0.14 0.57
Hex A2 90 83 0 B 13 24 19 E 39
Octal 242 220 203 0 13 23 44 31 16 71
Binary 10100010 10010000 10000011 0 1011 10011 100100 11001 1110 111001

Color Harmonies of #A29083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29083

Black with #A29083

Text Example


Text Example

White with #A29083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29083; }

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

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

background-color css

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

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

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

border-color css

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

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

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