Html Css Color HEX #A49287 Zorba

📋 copy color: '#A49287'

red 164 ◦ green 146 ◦ blue 135

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

Shades of Zorba #A49287

Tints of Zorba #A49287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.34%

R = 36.85%
G = 32.81%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A49287 (or 0xA49287) is known color: Zorba. HEX triplet: A4, 92 and 87. RGB value is (164,146,135). Sum of RGB (Red+Green+Blue) = 164+146+135=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A49287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49287 is #5B6D78. Grayscale: #969696. Windows color (decimal): -5991801 or 8884900. OLE color: 8884900.

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

Color convert

RGB 164 146 135 -
CMYK 0 0.11 0.18 0.36
HSL 22.76º 0.14% 0.59% -
HSV(B) 22.76º 0.18% 0.64% -
XYZ 29.96 30.2 27.17 -
YUV 150.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 164 146 135 0 0.11 0.18 0.36 22.76 0.14 0.59
Hex A4 92 87 0 B 12 24 17 E 3B
Octal 244 222 207 0 13 22 44 27 16 73
Binary 10100100 10010010 10000111 0 1011 10010 100100 10111 1110 111011

Color Harmonies of #A49287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49287

Black with #A49287

Text Example


Text Example

White with #A49287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49287; }

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

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

background-color css

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

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

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

border-color css

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

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

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