Html Css Color HEX #A49080 Zorba

📋 copy color: '#A49080'

red 164 ◦ green 144 ◦ blue 128

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

Shades of Zorba #A49080

Tints of Zorba #A49080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.03%

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

R = 37.61%
G = 33.03%
B = 29.36%

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

#A49080 (or 0xA49080) is known color: Zorba. HEX triplet: A4, 90 and 80. RGB value is (164,144,128). Sum of RGB (Red+Green+Blue) = 164+144+128=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A49080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49080 is #5B6F7F. Grayscale: #949494. Windows color (decimal): -5992320 or 8425636. OLE color: 8425636.

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

Color convert

RGB 164 144 128 -
CMYK 0 0.12 0.22 0.36
HSL 26.67º 0.17% 0.57% -
HSV(B) 26.67º 0.22% 0.64% -
XYZ 29.18 29.4 24.56 -
YUV 148.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 164 144 128 0 0.12 0.22 0.36 26.67 0.17 0.57
Hex A4 90 80 0 C 16 24 1B 11 39
Octal 244 220 200 0 14 26 44 33 21 71
Binary 10100100 10010000 10000000 0 1100 10110 100100 11011 10001 111001

Color Harmonies of #A49080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49080

Black with #A49080

Text Example


Text Example

White with #A49080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49080; }

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

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

background-color css

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

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

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

border-color css

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

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

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