Html Css Color HEX #A8AE6D Green Smoke

📋 copy color: '#A8AE6D'

red 168 ◦ green 174 ◦ blue 109

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

Shades of Green Smoke #A8AE6D

Tints of Green Smoke #A8AE6D

RGB

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

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

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

R = 37.25%
G = 38.58%
B = 24.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#A8AE6D (or 0xA8AE6D) is known color: Green Smoke. HEX triplet: A8, AE and 6D. RGB value is (168,174,109). Sum of RGB (Red+Green+Blue) = 168+174+109=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE6D is #575192. Grayscale: #A5A5A5. Windows color (decimal): -5722515 or 7188136. OLE color: 7188136.

HSL color Cylindrical-coordinate representation of color #A8AE6D: hue angle of 65.54º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8AE6D is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 174 109 -
CMYK 0.03 0 0.37 0.32
HSL 65.54º 0.29% 0.55% -
HSV(B) 65.54º 0.37% 0.68% -
XYZ 34.04 39.7 20.34 -
YUV 164.8 96.51 130.29 -
System Red Green Blue C M Y K H S L
Decimal 168 174 109 0.03 0 0.37 0.32 65.54 0.29 0.55
Hex A8 AE 6D 3 0 25 20 42 1D 37
Octal 250 256 155 3 0 45 40 102 35 67
Binary 10101000 10101110 1101101 11 0 100101 100000 1000010 11101 110111

Color Harmonies of #A8AE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE6D

Black with #A8AE6D

Text Example


Text Example

White with #A8AE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE6D; }

 p { color: rgb(168,174,109); }

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

background-color css

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

 a { background-color: rgb(168,174,109); }

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

border-color css

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

 span { border-color: rgb(168,174,109); }

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