Html Css Color HEX #A4AF6D Green Smoke

📋 copy color: '#A4AF6D'

red 164 ◦ green 175 ◦ blue 109

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

Shades of Green Smoke #A4AF6D

Tints of Green Smoke #A4AF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 36.61%
G = 39.06%
B = 24.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#A4AF6D (or 0xA4AF6D) is known color: Green Smoke. HEX triplet: A4, AF and 6D. RGB value is (164,175,109). Sum of RGB (Red+Green+Blue) = 164+175+109=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AF6D is #5B5092. Grayscale: #A4A4A4. Windows color (decimal): -5984403 or 7188388. OLE color: 7188388.

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

Color convert

RGB 164 175 109 -
CMYK 0.06 0 0.38 0.31
HSL 70º 0.29% 0.56% -
HSV(B) 70º 0.38% 0.69% -
XYZ 33.4 39.66 20.36 -
YUV 164.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 164 175 109 0.06 0 0.38 0.31 70 0.29 0.56
Hex A4 AF 6D 6 0 26 1F 46 1D 38
Octal 244 257 155 6 0 46 37 106 35 70
Binary 10100100 10101111 1101101 110 0 100110 11111 1000110 11101 111000

Color Harmonies of #A4AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AF6D

Black with #A4AF6D

Text Example


Text Example

White with #A4AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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