Html Css Color HEX #A8B663 Green Smoke

📋 copy color: '#A8B663'

red 168 ◦ green 182 ◦ blue 99

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

Shades of Green Smoke #A8B663

Tints of Green Smoke #A8B663

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.53%

 BLUE value IS 99 (39.06% from 255) = 22.05%

R = 37.42%
G = 40.53%
B = 22.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#A8B663 (or 0xA8B663) is known color: Green Smoke. HEX triplet: A8, B6 and 63. RGB value is (168,182,99). Sum of RGB (Red+Green+Blue) = 168+182+99=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B663 is #57499C. Grayscale: #A8A8A8. Windows color (decimal): -5720477 or 6534824. OLE color: 6534824.

HSL color Cylindrical-coordinate representation of color #A8B663: hue angle of 70.12º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8B663 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 182 99 -
CMYK 0.08 0 0.46 0.29
HSL 70.12º 0.36% 0.55% -
HSV(B) 70.12º 0.46% 0.71% -
XYZ 35.13 42.68 18.19 -
YUV 168.35 88.86 127.75 -
System Red Green Blue C M Y K H S L
Decimal 168 182 99 0.08 0 0.46 0.29 70.12 0.36 0.55
Hex A8 B6 63 8 0 2E 1D 46 24 37
Octal 250 266 143 10 0 56 35 106 44 67
Binary 10101000 10110110 1100011 1000 0 101110 11101 1000110 100100 110111

Color Harmonies of #A8B663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B663

Black with #A8B663

Text Example


Text Example

White with #A8B663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B663; }

 p { color: rgb(168,182,99); }

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

background-color css

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

 a { background-color: rgb(168,182,99); }

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

border-color css

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

 span { border-color: rgb(168,182,99); }

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