Html Css Color HEX #A8AB65 Green Smoke

📋 copy color: '#A8AB65'

red 168 ◦ green 171 ◦ blue 101

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

Shades of Green Smoke #A8AB65

Tints of Green Smoke #A8AB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.95%

R = 38.18%
G = 38.86%
B = 22.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#A8AB65 (or 0xA8AB65) is known color: Green Smoke. HEX triplet: A8, AB and 65. RGB value is (168,171,101). Sum of RGB (Red+Green+Blue) = 168+171+101=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB65 is #57549A. Grayscale: #A2A2A2. Windows color (decimal): -5723291 or 6663080. OLE color: 6663080.

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

Color convert

RGB 168 171 101 -
CMYK 0.02 0 0.41 0.33
HSL 62.57º 0.29% 0.53% -
HSV(B) 62.57º 0.41% 0.67% -
XYZ 33.06 38.39 17.98 -
YUV 162.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 168 171 101 0.02 0 0.41 0.33 62.57 0.29 0.53
Hex A8 AB 65 2 0 29 21 3F 1D 35
Octal 250 253 145 2 0 51 41 77 35 65
Binary 10101000 10101011 1100101 10 0 101001 100001 111111 11101 110101

Color Harmonies of #A8AB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AB65

Black with #A8AB65

Text Example


Text Example

White with #A8AB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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