Html Css Color HEX #A49082 Zorba

📋 copy color: '#A49082'

red 164 ◦ green 144 ◦ blue 130

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

Shades of Zorba #A49082

Tints of Zorba #A49082

RGB

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

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

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

R = 37.44%
G = 32.88%
B = 29.68%

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

#A49082 (or 0xA49082) is known color: Zorba. HEX triplet: A4, 90 and 82. RGB value is (164,144,130). Sum of RGB (Red+Green+Blue) = 164+144+130=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A49082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49082 is #5B6F7D. Grayscale: #949494. Windows color (decimal): -5992318 or 8556708. OLE color: 8556708.

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

Color convert

RGB 164 144 130 -
CMYK 0 0.12 0.21 0.36
HSL 24.71º 0.16% 0.58% -
HSV(B) 24.71º 0.21% 0.64% -
XYZ 29.31 29.45 25.26 -
YUV 148.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 164 144 130 0 0.12 0.21 0.36 24.71 0.16 0.58
Hex A4 90 82 0 C 15 24 19 10 3A
Octal 244 220 202 0 14 25 44 31 20 72
Binary 10100100 10010000 10000010 0 1100 10101 100100 11001 10000 111010

Color Harmonies of #A49082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49082

Black with #A49082

Text Example


Text Example

White with #A49082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49082; }

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

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

background-color css

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

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

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

border-color css

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

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

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