Html Css Color HEX #A49789 Zorba

📋 copy color: '#A49789'

red 164 ◦ green 151 ◦ blue 137

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

Shades of Zorba #A49789

Tints of Zorba #A49789

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.41%

 BLUE value IS 137 (53.91% from 255) = 30.31%

R = 36.28%
G = 33.41%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A49789 (or 0xA49789) is known color: Zorba. HEX triplet: A4, 97 and 89. RGB value is (164,151,137). Sum of RGB (Red+Green+Blue) = 164+151+137=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 164 - color contains mainly: red. Hex color #A49789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49789 is #5B6876. Grayscale: #999999. Windows color (decimal): -5990519 or 9017252. OLE color: 9017252.

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

Color convert

RGB 164 151 137 -
CMYK 0 0.08 0.16 0.36
HSL 31.11º 0.13% 0.59% -
HSV(B) 31.11º 0.16% 0.64% -
XYZ 30.89 31.83 28.18 -
YUV 153.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 164 151 137 0 0.08 0.16 0.36 31.11 0.13 0.59
Hex A4 97 89 0 8 10 24 1F D 3B
Octal 244 227 211 0 10 20 44 37 15 73
Binary 10100100 10010111 10001001 0 1000 10000 100100 11111 1101 111011

Color Harmonies of #A49789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49789

Black with #A49789

Text Example


Text Example

White with #A49789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49789; }

 p { color: rgb(164,151,137); }

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

background-color css

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

 a { background-color: rgb(164,151,137); }

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

border-color css

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

 span { border-color: rgb(164,151,137); }

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