Html Css Color HEX #A4A162 Green Smoke

📋 copy color: '#A4A162'

red 164 ◦ green 161 ◦ blue 98

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

Shades of Green Smoke #A4A162

Tints of Green Smoke #A4A162

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.06%

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

R = 38.77%
G = 38.06%
B = 23.17%

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

#A4A162 (or 0xA4A162) is known color: Green Smoke. HEX triplet: A4, A1 and 62. RGB value is (164,161,98). Sum of RGB (Red+Green+Blue) = 164+161+98=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A162 is #5B5E9D. Grayscale: #9A9A9A. Windows color (decimal): -5987998 or 6463908. OLE color: 6463908.

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

Color convert

RGB 164 161 98 -
CMYK 0 0.02 0.40 0.36
HSL 57.27º 0.27% 0.51% -
HSV(B) 57.27º 0.4% 0.64% -
XYZ 30.26 34.26 16.57 -
YUV 154.72 95.99 134.62 -
System Red Green Blue C M Y K H S L
Decimal 164 161 98 0 0.02 0.40 0.36 57.27 0.27 0.51
Hex A4 A1 62 0 2 28 24 39 1B 33
Octal 244 241 142 0 2 50 44 71 33 63
Binary 10100100 10100001 1100010 0 10 101000 100100 111001 11011 110011

Color Harmonies of #A4A162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A162

Black with #A4A162

Text Example


Text Example

White with #A4A162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A162; }

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

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

background-color css

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

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

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

border-color css

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

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

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