Html Css Color HEX #A8B665 Green Smoke

📋 copy color: '#A8B665'

red 168 ◦ green 182 ◦ blue 101

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

Shades of Green Smoke #A8B665

Tints of Green Smoke #A8B665

RGB

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

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

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

R = 37.25%
G = 40.35%
B = 22.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#A8B665 (or 0xA8B665) is known color: Green Smoke. HEX triplet: A8, B6 and 65. RGB value is (168,182,101). Sum of RGB (Red+Green+Blue) = 168+182+101=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B665 is #57499A. Grayscale: #A8A8A8. Windows color (decimal): -5720475 or 6665896. OLE color: 6665896.

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

Color convert

RGB 168 182 101 -
CMYK 0.08 0 0.45 0.29
HSL 70.37º 0.36% 0.55% -
HSV(B) 70.37º 0.45% 0.71% -
XYZ 35.23 42.72 18.7 -
YUV 168.58 89.86 127.59 -
System Red Green Blue C M Y K H S L
Decimal 168 182 101 0.08 0 0.45 0.29 70.37 0.36 0.55
Hex A8 B6 65 8 0 2D 1D 46 24 37
Octal 250 266 145 10 0 55 35 106 44 67
Binary 10101000 10110110 1100101 1000 0 101101 11101 1000110 100100 110111

Color Harmonies of #A8B665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B665

Black with #A8B665

Text Example


Text Example

White with #A8B665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B665; }

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

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

background-color css

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

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

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

border-color css

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

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

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