Html Css Color HEX #A49180 Zorba

📋 copy color: '#A49180'

red 164 ◦ green 145 ◦ blue 128

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

Shades of Zorba #A49180

Tints of Zorba #A49180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 37.53%
G = 33.18%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A49180 (or 0xA49180) is known color: Zorba. HEX triplet: A4, 91 and 80. RGB value is (164,145,128). Sum of RGB (Red+Green+Blue) = 164+145+128=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A49180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49180 is #5B6E7F. Grayscale: #949494. Windows color (decimal): -5992064 or 8425892. OLE color: 8425892.

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

Color convert

RGB 164 145 128 -
CMYK 0 0.12 0.22 0.36
HSL 28.33º 0.17% 0.57% -
HSV(B) 28.33º 0.22% 0.64% -
XYZ 29.33 29.7 24.61 -
YUV 148.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 164 145 128 0 0.12 0.22 0.36 28.33 0.17 0.57
Hex A4 91 80 0 C 16 24 1C 11 39
Octal 244 221 200 0 14 26 44 34 21 71
Binary 10100100 10010001 10000000 0 1100 10110 100100 11100 10001 111001

Color Harmonies of #A49180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49180

Black with #A49180

Text Example


Text Example

White with #A49180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49180; }

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

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

background-color css

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

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

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

border-color css

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

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

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