Html Css Color HEX #A4AE72 Green Smoke

📋 copy color: '#A4AE72'

red 164 ◦ green 174 ◦ blue 114

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

Shades of Green Smoke #A4AE72

Tints of Green Smoke #A4AE72

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.5%

 BLUE value IS 114 (44.92% from 255) = 25.22%

R = 36.28%
G = 38.5%
B = 25.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#A4AE72 (or 0xA4AE72) is known color: Green Smoke. HEX triplet: A4, AE and 72. RGB value is (164,174,114). Sum of RGB (Red+Green+Blue) = 164+174+114=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AE72 is #5B518D. Grayscale: #A4A4A4. Windows color (decimal): -5984654 or 7515812. OLE color: 7515812.

HSL color Cylindrical-coordinate representation of color #A4AE72: hue angle of 70º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4AE72 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 174 114 -
CMYK 0.06 0 0.34 0.32
HSL 70º 0.27% 0.56% -
HSV(B) 70º 0.34% 0.68% -
XYZ 33.48 39.38 21.76 -
YUV 164.17 99.69 127.88 -
System Red Green Blue C M Y K H S L
Decimal 164 174 114 0.06 0 0.34 0.32 70 0.27 0.56
Hex A4 AE 72 6 0 22 20 46 1B 38
Octal 244 256 162 6 0 42 40 106 33 70
Binary 10100100 10101110 1110010 110 0 100010 100000 1000110 11011 111000

Color Harmonies of #A4AE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AE72

Black with #A4AE72

Text Example


Text Example

White with #A4AE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AE72; }

 p { color: rgb(164,174,114); }

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

background-color css

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

 a { background-color: rgb(164,174,114); }

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

border-color css

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

 span { border-color: rgb(164,174,114); }

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