Html Css Color HEX #A8AB69 Green Smoke

📋 copy color: '#A8AB69'

red 168 ◦ green 171 ◦ blue 105

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

Shades of Green Smoke #A8AB69

Tints of Green Smoke #A8AB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.65%

R = 37.84%
G = 38.51%
B = 23.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#A8AB69 (or 0xA8AB69) is known color: Green Smoke. HEX triplet: A8, AB and 69. RGB value is (168,171,105). Sum of RGB (Red+Green+Blue) = 168+171+105=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB69 is #575496. Grayscale: #A2A2A2. Windows color (decimal): -5723287 or 6925224. OLE color: 6925224.

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

Color convert

RGB 168 171 105 -
CMYK 0.02 0 0.39 0.33
HSL 62.73º 0.28% 0.54% -
HSV(B) 62.73º 0.39% 0.67% -
XYZ 33.26 38.47 19.04 -
YUV 162.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 168 171 105 0.02 0 0.39 0.33 62.73 0.28 0.54
Hex A8 AB 69 2 0 27 21 3F 1C 36
Octal 250 253 151 2 0 47 41 77 34 66
Binary 10101000 10101011 1101001 10 0 100111 100001 111111 11100 110110

Color Harmonies of #A8AB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AB69

Black with #A8AB69

Text Example


Text Example

White with #A8AB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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