Html Css Color HEX #A8AB6E Green Smoke

📋 copy color: '#A8AB6E'

red 168 ◦ green 171 ◦ blue 110

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

Shades of Green Smoke #A8AB6E

Tints of Green Smoke #A8AB6E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.08%

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

R = 37.42%
G = 38.08%
B = 24.5%

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

#A8AB6E (or 0xA8AB6E) is known color: Green Smoke. HEX triplet: A8, AB and 6E. RGB value is (168,171,110). Sum of RGB (Red+Green+Blue) = 168+171+110=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB6E is #575491. Grayscale: #A3A3A3. Windows color (decimal): -5723282 or 7252904. OLE color: 7252904.

HSL color Cylindrical-coordinate representation of color #A8AB6E: hue angle of 62.95º 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 #A8AB6E is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 171 110 -
CMYK 0.02 0 0.36 0.33
HSL 62.95º 0.27% 0.55% -
HSV(B) 62.95º 0.36% 0.67% -
XYZ 33.53 38.58 20.43 -
YUV 163.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 168 171 110 0.02 0 0.36 0.33 62.95 0.27 0.55
Hex A8 AB 6E 2 0 24 21 3F 1B 37
Octal 250 253 156 2 0 44 41 77 33 67
Binary 10101000 10101011 1101110 10 0 100100 100001 111111 11011 110111

Color Harmonies of #A8AB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AB6E

Black with #A8AB6E

Text Example


Text Example

White with #A8AB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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