Html Css Color HEX #A4AC6F Green Smoke

📋 copy color: '#A4AC6F'

red 164 ◦ green 172 ◦ blue 111

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

Shades of Green Smoke #A4AC6F

Tints of Green Smoke #A4AC6F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.48%

 BLUE value IS 111 (43.75% from 255) = 24.83%

R = 36.69%
G = 38.48%
B = 24.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#A4AC6F (or 0xA4AC6F) is known color: Green Smoke. HEX triplet: A4, AC and 6F. RGB value is (164,172,111). Sum of RGB (Red+Green+Blue) = 164+172+111=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AC6F is #5B5390. Grayscale: #A2A2A2. Windows color (decimal): -5985169 or 7318692. OLE color: 7318692.

HSL color Cylindrical-coordinate representation of color #A4AC6F: hue angle of 67.87º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4AC6F is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 172 111 -
CMYK 0.05 0 0.35 0.33
HSL 67.87º 0.27% 0.55% -
HSV(B) 67.87º 0.35% 0.67% -
XYZ 32.93 38.55 20.74 -
YUV 162.65 98.85 128.96 -
System Red Green Blue C M Y K H S L
Decimal 164 172 111 0.05 0 0.35 0.33 67.87 0.27 0.55
Hex A4 AC 6F 5 0 23 21 44 1B 37
Octal 244 254 157 5 0 43 41 104 33 67
Binary 10100100 10101100 1101111 101 0 100011 100001 1000100 11011 110111

Color Harmonies of #A4AC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AC6F

Black with #A4AC6F

Text Example


Text Example

White with #A4AC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AC6F; }

 p { color: rgb(164,172,111); }

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

background-color css

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

 a { background-color: rgb(164,172,111); }

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

border-color css

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

 span { border-color: rgb(164,172,111); }

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