Html Css Color HEX #A29383 Zorba

📋 copy color: '#A29383'

red 162 ◦ green 147 ◦ blue 131

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

Shades of Zorba #A29383

Tints of Zorba #A29383

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 value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A29383 (or 0xA29383) is known color: 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

RGB 162 147 131 -
CMYK 0 0.09 0.19 0.36
HSL 30.97º 0.14% 0.57% -
HSV(B) 30.97º 0.19% 0.64% -
XYZ 29.43 30.19 25.75 -
YUV 149.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 162 147 131 0 0.09 0.19 0.36 30.97 0.14 0.57
Hex A2 93 83 0 9 13 24 1F E 39
Octal 242 223 203 0 11 23 44 37 16 71
Binary 10100010 10010011 10000011 0 1001 10011 100100 11111 1110 111001

Color Harmonies of #A29383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29383

Black with #A29383

Text Example


Text Example

White with #A29383

Text Example


Text Example

HTML Codes & Css Web 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>