Html Css Color HEX #A49281 Zorba

📋 copy color: '#A49281'

red 164 ◦ green 146 ◦ blue 129

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

Shades of Zorba #A49281

Tints of Zorba #A49281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.26%

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

R = 37.36%
G = 33.26%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A49281 (or 0xA49281) is known color: Zorba. HEX triplet: A4, 92 and 81. RGB value is (164,146,129). Sum of RGB (Red+Green+Blue) = 164+146+129=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A49281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49281 is #5B6D7E. Grayscale: #959595. Windows color (decimal): -5991807 or 8491684. OLE color: 8491684.

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

Color convert

RGB 164 146 129 -
CMYK 0 0.11 0.21 0.36
HSL 29.14º 0.16% 0.57% -
HSV(B) 29.14º 0.21% 0.64% -
XYZ 29.55 30.04 25.01 -
YUV 149.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 164 146 129 0 0.11 0.21 0.36 29.14 0.16 0.57
Hex A4 92 81 0 B 15 24 1D 10 39
Octal 244 222 201 0 13 25 44 35 20 71
Binary 10100100 10010010 10000001 0 1011 10101 100100 11101 10000 111001

Color Harmonies of #A49281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49281

Black with #A49281

Text Example


Text Example

White with #A49281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49281; }

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

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

background-color css

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

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

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

border-color css

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

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

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