Html Css Color HEX #A5AB70 Green Smoke

📋 copy color: '#A5AB70'

red 165 ◦ green 171 ◦ blue 112

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

Shades of Green Smoke #A5AB70

Tints of Green Smoke #A5AB70

RGB

 RED value IS 165 (64.84% from 255) = 36.83%

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

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

R = 36.83%
G = 38.17%
B = 25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#A5AB70 (or 0xA5AB70) is known color: Green Smoke. HEX triplet: A5, AB and 70. RGB value is (165,171,112). Sum of RGB (Red+Green+Blue) = 165+171+112=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB70 is #5A548F. Grayscale: #A2A2A2. Windows color (decimal): -5919888 or 7383973. OLE color: 7383973.

HSL color Cylindrical-coordinate representation of color #A5AB70: hue angle of 66.1º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5AB70 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 171 112 -
CMYK 0.04 0 0.35 0.33
HSL 66.1º 0.26% 0.55% -
HSV(B) 66.1º 0.35% 0.67% -
XYZ 33 38.3 20.98 -
YUV 162.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 165 171 112 0.04 0 0.35 0.33 66.1 0.26 0.55
Hex A5 AB 70 4 0 23 21 42 1A 37
Octal 245 253 160 4 0 43 41 102 32 67
Binary 10100101 10101011 1110000 100 0 100011 100001 1000010 11010 110111

Color Harmonies of #A5AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AB70

Black with #A5AB70

Text Example


Text Example

White with #A5AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AB70; }

 p { color: rgb(165,171,112); }

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

background-color css

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

 a { background-color: rgb(165,171,112); }

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

border-color css

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

 span { border-color: rgb(165,171,112); }

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