Html Css Color HEX #A4AE56 Green Smoke

📋 copy color: '#A4AE56'

red 164 ◦ green 174 ◦ blue 86

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

Shades of Green Smoke #A4AE56

Tints of Green Smoke #A4AE56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.28%

R = 38.68%
G = 41.04%
B = 20.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#A4AE56 (or 0xA4AE56) is known color: Green Smoke. HEX triplet: A4, AE and 56. RGB value is (164,174,86). Sum of RGB (Red+Green+Blue) = 164+174+86=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AE56 is #5B51A9. Grayscale: #A1A1A1. Windows color (decimal): -5984682 or 5680804. OLE color: 5680804.

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

Color convert

RGB 164 174 86 -
CMYK 0.06 0 0.51 0.32
HSL 66.82º 0.35% 0.51% -
HSV(B) 66.82º 0.51% 0.68% -
XYZ 32.13 38.84 14.61 -
YUV 160.98 85.69 130.16 -
System Red Green Blue C M Y K H S L
Decimal 164 174 86 0.06 0 0.51 0.32 66.82 0.35 0.51
Hex A4 AE 56 6 0 33 20 43 23 33
Octal 244 256 126 6 0 63 40 103 43 63
Binary 10100100 10101110 1010110 110 0 110011 100000 1000011 100011 110011

Color Harmonies of #A4AE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AE56

Black with #A4AE56

Text Example


Text Example

White with #A4AE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AE56; }

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

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

background-color css

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

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

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

border-color css

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

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

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