Html Css Color HEX #A8AC6E Green Smoke

📋 copy color: '#A8AC6E'

red 168 ◦ green 172 ◦ blue 110

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

Shades of Green Smoke #A8AC6E

Tints of Green Smoke #A8AC6E

RGB

 RED value IS 168 (66.02% from 255) = 37.33%

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

 BLUE value IS 110 (43.36% from 255) = 24.44%

R = 37.33%
G = 38.22%
B = 24.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#A8AC6E (or 0xA8AC6E) is known color: Green Smoke. HEX triplet: A8, AC and 6E. RGB value is (168,172,110). Sum of RGB (Red+Green+Blue) = 168+172+110=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC6E is #575391. Grayscale: #A3A3A3. Windows color (decimal): -5723026 or 7253160. OLE color: 7253160.

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

Color convert

RGB 168 172 110 -
CMYK 0.02 0 0.36 0.33
HSL 63.87º 0.27% 0.55% -
HSV(B) 63.87º 0.36% 0.67% -
XYZ 33.72 38.96 20.49 -
YUV 163.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 168 172 110 0.02 0 0.36 0.33 63.87 0.27 0.55
Hex A8 AC 6E 2 0 24 21 40 1B 37
Octal 250 254 156 2 0 44 41 100 33 67
Binary 10101000 10101100 1101110 10 0 100100 100001 1000000 11011 110111

Color Harmonies of #A8AC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC6E

Black with #A8AC6E

Text Example


Text Example

White with #A8AC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC6E; }

 p { color: rgb(168,172,110); }

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

background-color css

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

 a { background-color: rgb(168,172,110); }

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

border-color css

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

 span { border-color: rgb(168,172,110); }

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