Html Css Color HEX #A8AB68 Green Smoke

📋 copy color: '#A8AB68'

red 168 ◦ green 171 ◦ blue 104

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

Shades of Green Smoke #A8AB68

Tints of Green Smoke #A8AB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.48%

R = 37.92%
G = 38.6%
B = 23.48%

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

#A8AB68 (or 0xA8AB68) is known color: Green Smoke. HEX triplet: A8, AB and 68. RGB value is (168,171,104). Sum of RGB (Red+Green+Blue) = 168+171+104=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB68 is #575497. Grayscale: #A2A2A2. Windows color (decimal): -5723288 or 6859688. OLE color: 6859688.

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

Color convert

RGB 168 171 104 -
CMYK 0.02 0 0.39 0.33
HSL 62.69º 0.29% 0.54% -
HSV(B) 62.69º 0.39% 0.67% -
XYZ 33.21 38.45 18.77 -
YUV 162.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 168 171 104 0.02 0 0.39 0.33 62.69 0.29 0.54
Hex A8 AB 68 2 0 27 21 3F 1D 36
Octal 250 253 150 2 0 47 41 77 35 66
Binary 10101000 10101011 1101000 10 0 100111 100001 111111 11101 110110

Color Harmonies of #A8AB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AB68

Black with #A8AB68

Text Example


Text Example

White with #A8AB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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