Html Css Color HEX #A49182 Zorba

📋 copy color: '#A49182'

red 164 ◦ green 145 ◦ blue 130

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

Shades of Zorba #A49182

Tints of Zorba #A49182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.61%

R = 37.36%
G = 33.03%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A49182 (or 0xA49182) is known color: Zorba. HEX triplet: A4, 91 and 82. RGB value is (164,145,130). Sum of RGB (Red+Green+Blue) = 164+145+130=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A49182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49182 is #5B6E7D. Grayscale: #959595. Windows color (decimal): -5992062 or 8556964. OLE color: 8556964.

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

Color convert

RGB 164 145 130 -
CMYK 0 0.12 0.21 0.36
HSL 26.47º 0.16% 0.58% -
HSV(B) 26.47º 0.21% 0.64% -
XYZ 29.46 29.76 25.31 -
YUV 148.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 164 145 130 0 0.12 0.21 0.36 26.47 0.16 0.58
Hex A4 91 82 0 C 15 24 1A 10 3A
Octal 244 221 202 0 14 25 44 32 20 72
Binary 10100100 10010001 10000010 0 1100 10101 100100 11010 10000 111010

Color Harmonies of #A49182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49182

Black with #A49182

Text Example


Text Example

White with #A49182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49182; }

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

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

background-color css

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

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

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

border-color css

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

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

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