Html Css Color HEX #A8AB62 Green Smoke

📋 copy color: '#A8AB62'

red 168 ◦ green 171 ◦ blue 98

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

Shades of Green Smoke #A8AB62

Tints of Green Smoke #A8AB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.43%

R = 38.44%
G = 39.13%
B = 22.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#A8AB62 (or 0xA8AB62) is known color: Green Smoke. HEX triplet: A8, AB and 62. RGB value is (168,171,98). Sum of RGB (Red+Green+Blue) = 168+171+98=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB62 is #57549D. Grayscale: #A2A2A2. Windows color (decimal): -5723294 or 6466472. OLE color: 6466472.

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

Color convert

RGB 168 171 98 -
CMYK 0.02 0 0.43 0.33
HSL 62.47º 0.3% 0.53% -
HSV(B) 62.47º 0.43% 0.67% -
XYZ 32.92 38.33 17.22 -
YUV 161.78 92.01 132.44 -
System Red Green Blue C M Y K H S L
Decimal 168 171 98 0.02 0 0.43 0.33 62.47 0.3 0.53
Hex A8 AB 62 2 0 2B 21 3E 1E 35
Octal 250 253 142 2 0 53 41 76 36 65
Binary 10101000 10101011 1100010 10 0 101011 100001 111110 11110 110101

Color Harmonies of #A8AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AB62

Black with #A8AB62

Text Example


Text Example

White with #A8AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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