Html Css Color HEX #A49489 Zorba

📋 copy color: '#A49489'

red 164 ◦ green 148 ◦ blue 137

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

Shades of Zorba #A49489

Tints of Zorba #A49489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.96%

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

R = 36.53%
G = 32.96%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A49489 (or 0xA49489) is known color: Zorba. HEX triplet: A4, 94 and 89. RGB value is (164,148,137). Sum of RGB (Red+Green+Blue) = 164+148+137=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A49489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49489 is #5B6B76. Grayscale: #979797. Windows color (decimal): -5991287 or 9016484. OLE color: 9016484.

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

Color convert

RGB 164 148 137 -
CMYK 0 0.10 0.16 0.36
HSL 24.44º 0.13% 0.59% -
HSV(B) 24.44º 0.16% 0.64% -
XYZ 30.42 30.88 28.02 -
YUV 151.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 164 148 137 0 0.10 0.16 0.36 24.44 0.13 0.59
Hex A4 94 89 0 A 10 24 18 D 3B
Octal 244 224 211 0 12 20 44 30 15 73
Binary 10100100 10010100 10001001 0 1010 10000 100100 11000 1101 111011

Color Harmonies of #A49489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49489

Black with #A49489

Text Example


Text Example

White with #A49489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49489; }

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

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

background-color css

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

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

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

border-color css

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

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

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