Html Css Color HEX #A8B06E Green Smoke

📋 copy color: '#A8B06E'

red 168 ◦ green 176 ◦ blue 110

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

Shades of Green Smoke #A8B06E

Tints of Green Smoke #A8B06E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.77%

 BLUE value IS 110 (43.36% from 255) = 24.23%

R = 37%
G = 38.77%
B = 24.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#A8B06E (or 0xA8B06E) is known color: Green Smoke. HEX triplet: A8, B0 and 6E. RGB value is (168,176,110). Sum of RGB (Red+Green+Blue) = 168+176+110=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B06E is #574F91. Grayscale: #A6A6A6. Windows color (decimal): -5722002 or 7254184. OLE color: 7254184.

HSL color Cylindrical-coordinate representation of color #A8B06E: hue angle of 67.27º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8B06E is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 176 110 -
CMYK 0.05 0 0.37 0.31
HSL 67.27º 0.29% 0.56% -
HSV(B) 67.27º 0.38% 0.69% -
XYZ 34.49 40.5 20.75 -
YUV 166.08 96.35 129.37 -
System Red Green Blue C M Y K H S L
Decimal 168 176 110 0.05 0 0.37 0.31 67.27 0.29 0.56
Hex A8 B0 6E 5 0 25 1F 43 1D 38
Octal 250 260 156 5 0 45 37 103 35 70
Binary 10101000 10110000 1101110 101 0 100101 11111 1000011 11101 111000

Color Harmonies of #A8B06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B06E

Black with #A8B06E

Text Example


Text Example

White with #A8B06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B06E; }

 p { color: rgb(168,176,110); }

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

background-color css

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

 a { background-color: rgb(168,176,110); }

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

border-color css

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

 span { border-color: rgb(168,176,110); }

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