Html Css Color HEX #A4A252 Green Smoke

📋 copy color: '#A4A252'

red 164 ◦ green 162 ◦ blue 82

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

Shades of Green Smoke #A4A252

Tints of Green Smoke #A4A252

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.71%

 BLUE value IS 82 (32.42% from 255) = 20.1%

R = 40.2%
G = 39.71%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A4A252 (or 0xA4A252) is known color: Green Smoke. HEX triplet: A4, A2 and 52. RGB value is (164,162,82). Sum of RGB (Red+Green+Blue) = 164+162+82=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A252 is #5B5DAD. Grayscale: #999999. Windows color (decimal): -5987758 or 5415588. OLE color: 5415588.

HSL color Cylindrical-coordinate representation of color #A4A252: hue angle of 58.54º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4A252 is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 162 82 -
CMYK 0 0.01 0.5 0.36
HSL 58.54º 0.33% 0.48% -
HSV(B) 58.54º 0.5% 0.64% -
XYZ 29.75 34.34 13.04 -
YUV 153.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 164 162 82 0 0.01 0.5 0.36 58.54 0.33 0.48
Hex A4 A2 52 0 1 32 24 3B 21 30
Octal 244 242 122 0 1 62 44 73 41 60
Binary 10100100 10100010 1010010 0 1 110010 100100 111011 100001 110000

Color Harmonies of #A4A252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A252

Black with #A4A252

Text Example


Text Example

White with #A4A252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A252; }

 p { color: rgb(164,162,82); }

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

background-color css

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

 a { background-color: rgb(164,162,82); }

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

border-color css

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

 span { border-color: rgb(164,162,82); }

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