Html Css Color HEX #A4A060 Green Smoke

📋 copy color: '#A4A060'

red 164 ◦ green 160 ◦ blue 96

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

Shades of Green Smoke #A4A060

Tints of Green Smoke #A4A060

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.1%

 BLUE value IS 96 (37.89% from 255) = 22.86%

R = 39.05%
G = 38.1%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A4A060 (or 0xA4A060) is known color: Green Smoke. HEX triplet: A4, A0 and 60. RGB value is (164,160,96). Sum of RGB (Red+Green+Blue) = 164+160+96=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A060 is #5B5F9F. Grayscale: #9A9A9A. Windows color (decimal): -5988256 or 6332580. OLE color: 6332580.

HSL color Cylindrical-coordinate representation of color #A4A060: hue angle of 56.47º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4A060 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 160 96 -
CMYK 0 0.02 0.41 0.36
HSL 56.47º 0.27% 0.51% -
HSV(B) 56.47º 0.41% 0.64% -
XYZ 29.99 33.88 16.02 -
YUV 153.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 164 160 96 0 0.02 0.41 0.36 56.47 0.27 0.51
Hex A4 A0 60 0 2 29 24 38 1B 33
Octal 244 240 140 0 2 51 44 70 33 63
Binary 10100100 10100000 1100000 0 10 101001 100100 111000 11011 110011

Color Harmonies of #A4A060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A060

Black with #A4A060

Text Example


Text Example

White with #A4A060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A060; }

 p { color: rgb(164,160,96); }

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

background-color css

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

 a { background-color: rgb(164,160,96); }

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

border-color css

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

 span { border-color: rgb(164,160,96); }

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