Html Css Color HEX #A4AE55 Green Smoke

📋 copy color: '#A4AE55'

red 164 ◦ green 174 ◦ blue 85

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

Shades of Green Smoke #A4AE55

Tints of Green Smoke #A4AE55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.09%

R = 38.77%
G = 41.13%
B = 20.09%

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

#A4AE55 (or 0xA4AE55) is known color: Green Smoke. HEX triplet: A4, AE and 55. RGB value is (164,174,85). Sum of RGB (Red+Green+Blue) = 164+174+85=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AE55 is #5B51AA. Grayscale: #A1A1A1. Windows color (decimal): -5984683 or 5615268. OLE color: 5615268.

HSL color Cylindrical-coordinate representation of color #A4AE55: hue angle of 66.74º 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 #A4AE55 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 174 85 -
CMYK 0.06 0 0.51 0.32
HSL 66.74º 0.35% 0.51% -
HSV(B) 66.74º 0.51% 0.68% -
XYZ 32.09 38.82 14.4 -
YUV 160.86 85.19 130.24 -
System Red Green Blue C M Y K H S L
Decimal 164 174 85 0.06 0 0.51 0.32 66.74 0.35 0.51
Hex A4 AE 55 6 0 33 20 43 23 33
Octal 244 256 125 6 0 63 40 103 43 63
Binary 10100100 10101110 1010101 110 0 110011 100000 1000011 100011 110011

Color Harmonies of #A4AE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AE55

Black with #A4AE55

Text Example


Text Example

White with #A4AE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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