#A5AF5B

Color #A5AF5B Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A5AF5B

Tints of Green Smoke #A5AF5B

Color information

#A5AF5B (or 0xA5AF5B) is unknown color: approx Green Smoke. HEX triplet: A5, AF and 5B. RGB value is (165,175,91). Sum of RGB (Red+Green+Blue) = 165+175+91=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF5B is #5A50A4. Grayscale: #A2A2A2. Windows color (decimal): -5918885 or 6008741. OLE color: 6008741.

HSL color Cylindrical-coordinate representation of color #A5AF5B: hue angle of 67.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5AF5B is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB16517591-
CMYK0.0600.480.31
HSL67.14º34.43%52.16%-
HSV(B)67.14º48%68.63%-
XYZ32.7439.4115.78-
YUV162.4387.69129.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 91 (35.94% from 255) = 21.11%
R=38.28%
G=40.60%
B=21.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165175910.0600.480.3167.1434.4352.16
HexA5AF5B60301F432234
Octal2452571336060371034264
Binary101001011010111110110111100110000111111000011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF5B; }

 p { color: rgb(165,175,91); }

 H1.HeaderClassName
 {
   color: #A5AF5B;
 }
 .AnyTagClassName
 {
   color: #A5AF5B;
 }
</style>
background-color css

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

 a { background-color: rgb(165,175,91); }

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

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

 span { border-color: rgb(165,175,91); }

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