Html Css Color HEX #A7AE70 Green Smoke

📋 copy color: '#A7AE70'

red 167 ◦ green 174 ◦ blue 112

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

Shades of Green Smoke #A7AE70

Tints of Green Smoke #A7AE70

RGB

 RED value IS 167 (65.63% from 255) = 36.87%

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

 BLUE value IS 112 (44.14% from 255) = 24.72%

R = 36.87%
G = 38.41%
B = 24.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#A7AE70 (or 0xA7AE70) is known color: Green Smoke. HEX triplet: A7, AE and 70. RGB value is (167,174,112). Sum of RGB (Red+Green+Blue) = 167+174+112=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AE70 is #58518F. Grayscale: #A5A5A5. Windows color (decimal): -5788048 or 7384743. OLE color: 7384743.

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

Color convert

RGB 167 174 112 -
CMYK 0.04 0 0.36 0.32
HSL 66.77º 0.28% 0.56% -
HSV(B) 66.77º 0.36% 0.68% -
XYZ 34 39.66 21.19 -
YUV 164.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 167 174 112 0.04 0 0.36 0.32 66.77 0.28 0.56
Hex A7 AE 70 4 0 24 20 43 1C 38
Octal 247 256 160 4 0 44 40 103 34 70
Binary 10100111 10101110 1110000 100 0 100100 100000 1000011 11100 111000

Color Harmonies of #A7AE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AE70

Black with #A7AE70

Text Example


Text Example

White with #A7AE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AE70; }

 p { color: rgb(167,174,112); }

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

background-color css

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

 a { background-color: rgb(167,174,112); }

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

border-color css

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

 span { border-color: rgb(167,174,112); }

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