Html Css Color HEX #A4A062 Green Smoke

📋 copy color: '#A4A062'

red 164 ◦ green 160 ◦ blue 98

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

Shades of Green Smoke #A4A062

Tints of Green Smoke #A4A062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.22%

R = 38.86%
G = 37.91%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A4A062 (or 0xA4A062) is known color: Green Smoke. HEX triplet: A4, A0 and 62. RGB value is (164,160,98). Sum of RGB (Red+Green+Blue) = 164+160+98=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A062 is #5B5F9D. Grayscale: #9A9A9A. Windows color (decimal): -5988254 or 6463652. OLE color: 6463652.

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

Color convert

RGB 164 160 98 -
CMYK 0 0.02 0.40 0.36
HSL 56.36º 0.27% 0.51% -
HSV(B) 56.36º 0.4% 0.64% -
XYZ 30.09 33.92 16.52 -
YUV 154.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 164 160 98 0 0.02 0.40 0.36 56.36 0.27 0.51
Hex A4 A0 62 0 2 28 24 38 1B 33
Octal 244 240 142 0 2 50 44 70 33 63
Binary 10100100 10100000 1100010 0 10 101000 100100 111000 11011 110011

Color Harmonies of #A4A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A062

Black with #A4A062

Text Example


Text Example

White with #A4A062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A062; }

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

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

background-color css

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

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

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

border-color css

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

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

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