#A29383

Color #A29383 Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #A29383

Tints of Zorba #A29383

Color information

#A29383 (or 0xA29383) is unknown color: approx Zorba. HEX triplet: A2, 93 and 83. RGB value is (162,147,131). Sum of RGB (Red+Green+Blue) = 162+147+131=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A29383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29383 is #5D6C7C. Grayscale: #959595. Windows color (decimal): -6122621 or 8623010. OLE color: 8623010.

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

Color convert

RGB162147131-
CMYK00.090.190.36
HSL30.97º14.29%57.45%-
HSV(B)30.97º19.14%63.53%-
XYZ29.4330.1925.75-
YUV149.66117.47136.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 131 (51.56% from 255) = 29.77%
R=36.82%
G=33.41%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214713100.090.190.3630.9714.2957.45
HexA293830913241fe39
Octal2422232030112344371671
Binary1010001010010011100000110100110011100100111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29383; }

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

 H1.HeaderClassName
 {
   color: #A29383;
 }
 .AnyTagClassName
 {
   color: #A29383;
 }
</style>
background-color css

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

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

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

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

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

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