Html Css Color HEX #A5AF5D Green Smoke

📋 copy color: '#A5AF5D'

red 165 ◦ green 175 ◦ blue 93

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

Shades of Green Smoke #A5AF5D

Tints of Green Smoke #A5AF5D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

 BLUE value IS 93 (36.72% from 255) = 21.48%

R = 38.11%
G = 40.42%
B = 21.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#A5AF5D (or 0xA5AF5D) is known color: Green Smoke. HEX triplet: A5, AF and 5D. RGB value is (165,175,93). Sum of RGB (Red+Green+Blue) = 165+175+93=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF5D is #5A50A2. Grayscale: #A2A2A2. Windows color (decimal): -5918883 or 6139813. OLE color: 6139813.

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

Color convert

RGB 165 175 93 -
CMYK 0.06 0 0.47 0.31
HSL 67.32º 0.34% 0.53% -
HSV(B) 67.32º 0.47% 0.69% -
XYZ 32.82 39.45 16.24 -
YUV 162.66 88.69 129.67 -
System Red Green Blue C M Y K H S L
Decimal 165 175 93 0.06 0 0.47 0.31 67.32 0.34 0.53
Hex A5 AF 5D 6 0 2F 1F 43 22 35
Octal 245 257 135 6 0 57 37 103 42 65
Binary 10100101 10101111 1011101 110 0 101111 11111 1000011 100010 110101

Color Harmonies of #A5AF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AF5D

Black with #A5AF5D

Text Example


Text Example

White with #A5AF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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