Html Css Color HEX #A8B570 Green Smoke

📋 copy color: '#A8B570'

red 168 ◦ green 181 ◦ blue 112

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

Shades of Green Smoke #A8B570

Tints of Green Smoke #A8B570

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.26%

 BLUE value IS 112 (44.14% from 255) = 24.3%

R = 36.44%
G = 39.26%
B = 24.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#A8B570 (or 0xA8B570) is known color: Green Smoke. HEX triplet: A8, B5 and 70. RGB value is (168,181,112). Sum of RGB (Red+Green+Blue) = 168+181+112=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B570 is #574A8F. Grayscale: #A9A9A9. Windows color (decimal): -5720720 or 7386536. OLE color: 7386536.

HSL color Cylindrical-coordinate representation of color #A8B570: hue angle of 71.3º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8B570 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 181 112 -
CMYK 0.07 0 0.38 0.29
HSL 71.3º 0.32% 0.57% -
HSV(B) 71.3º 0.38% 0.71% -
XYZ 35.6 42.54 21.66 -
YUV 169.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 168 181 112 0.07 0 0.38 0.29 71.3 0.32 0.57
Hex A8 B5 70 7 0 26 1D 47 20 39
Octal 250 265 160 7 0 46 35 107 40 71
Binary 10101000 10110101 1110000 111 0 100110 11101 1000111 100000 111001

Color Harmonies of #A8B570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B570

Black with #A8B570

Text Example


Text Example

White with #A8B570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B570; }

 p { color: rgb(168,181,112); }

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

background-color css

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

 a { background-color: rgb(168,181,112); }

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

border-color css

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

 span { border-color: rgb(168,181,112); }

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