Html Css Color HEX #A49790 Zorba

📋 copy color: '#A49790'

red 164 ◦ green 151 ◦ blue 144

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

Shades of Zorba #A49790

Tints of Zorba #A49790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.37%

R = 35.73%
G = 32.9%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A49790 (or 0xA49790) is known color: Zorba. HEX triplet: A4, 97 and 90. RGB value is (164,151,144). Sum of RGB (Red+Green+Blue) = 164+151+144=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A49790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49790 is #5B686F. Grayscale: #9A9A9A. Windows color (decimal): -5990512 or 9476004. OLE color: 9476004.

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

Color convert

RGB 164 151 144 -
CMYK 0 0.08 0.12 0.36
HSL 21º 0.1% 0.6% -
HSV(B) 21º 0.12% 0.64% -
XYZ 31.41 32.04 30.91 -
YUV 154.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 164 151 144 0 0.08 0.12 0.36 21 0.1 0.6
Hex A4 97 90 0 8 C 24 15 A 3C
Octal 244 227 220 0 10 14 44 25 12 74
Binary 10100100 10010111 10010000 0 1000 1100 100100 10101 1010 111100

Color Harmonies of #A49790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49790

Black with #A49790

Text Example


Text Example

White with #A49790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49790; }

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

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

background-color css

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

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

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

border-color css

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

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

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