Html Css Color HEX #A4AF5D Green Smoke

📋 copy color: '#A4AF5D'

red 164 ◦ green 175 ◦ blue 93

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

Shades of Green Smoke #A4AF5D

Tints of Green Smoke #A4AF5D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.51%

 BLUE value IS 93 (36.72% from 255) = 21.53%

R = 37.96%
G = 40.51%
B = 21.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#A4AF5D (or 0xA4AF5D) is known color: Green Smoke. HEX triplet: A4, AF and 5D. RGB value is (164,175,93). Sum of RGB (Red+Green+Blue) = 164+175+93=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AF5D is #5B50A2. Grayscale: #A2A2A2. Windows color (decimal): -5984419 or 6139812. OLE color: 6139812.

HSL color Cylindrical-coordinate representation of color #A4AF5D: hue angle of 68.05º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4AF5D is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 175 93 -
CMYK 0.06 0 0.47 0.31
HSL 68.05º 0.34% 0.53% -
HSV(B) 68.05º 0.47% 0.69% -
XYZ 32.62 39.34 16.23 -
YUV 162.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 164 175 93 0.06 0 0.47 0.31 68.05 0.34 0.53
Hex A4 AF 5D 6 0 2F 1F 44 22 35
Octal 244 257 135 6 0 57 37 104 42 65
Binary 10100100 10101111 1011101 110 0 101111 11111 1000100 100010 110101

Color Harmonies of #A4AF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AF5D

Black with #A4AF5D

Text Example


Text Example

White with #A4AF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AF5D; }

 p { color: rgb(164,175,93); }

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

background-color css

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

 a { background-color: rgb(164,175,93); }

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

border-color css

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

 span { border-color: rgb(164,175,93); }

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