Html Css Color HEX #A49181 Zorba

📋 copy color: '#A49181'

red 164 ◦ green 145 ◦ blue 129

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

Shades of Zorba #A49181

Tints of Zorba #A49181

RGB

 RED value IS 164 (64.45% from 255) = 37.44%

 GREEN value IS 145 (57.03% from 255) = 33.11%

 BLUE value IS 129 (50.78% from 255) = 29.45%

R = 37.44%
G = 33.11%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A49181 (or 0xA49181) is known color: Zorba. HEX triplet: A4, 91 and 81. RGB value is (164,145,129). Sum of RGB (Red+Green+Blue) = 164+145+129=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A49181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49181 is #5B6E7E. Grayscale: #949494. Windows color (decimal): -5992063 or 8491428. OLE color: 8491428.

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

Color convert

RGB 164 145 129 -
CMYK 0 0.12 0.21 0.36
HSL 27.43º 0.16% 0.57% -
HSV(B) 27.43º 0.21% 0.64% -
XYZ 29.4 29.73 24.96 -
YUV 148.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 164 145 129 0 0.12 0.21 0.36 27.43 0.16 0.57
Hex A4 91 81 0 C 15 24 1B 10 39
Octal 244 221 201 0 14 25 44 33 20 71
Binary 10100100 10010001 10000001 0 1100 10101 100100 11011 10000 111001

Color Harmonies of #A49181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49181

Black with #A49181

Text Example


Text Example

White with #A49181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49181; }

 p { color: rgb(164,145,129); }

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

background-color css

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

 a { background-color: rgb(164,145,129); }

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

border-color css

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

 span { border-color: rgb(164,145,129); }

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