Html Css Color HEX #A5AD5F Green Smoke

📋 copy color: '#A5AD5F'

red 165 ◦ green 173 ◦ blue 95

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

Shades of Green Smoke #A5AD5F

Tints of Green Smoke #A5AD5F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.95%

 BLUE value IS 95 (37.5% from 255) = 21.94%

R = 38.11%
G = 39.95%
B = 21.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#A5AD5F (or 0xA5AD5F) is known color: Green Smoke. HEX triplet: A5, AD and 5F. RGB value is (165,173,95). Sum of RGB (Red+Green+Blue) = 165+173+95=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD5F is #5A52A0. Grayscale: #A2A2A2. Windows color (decimal): -5919393 or 6270373. OLE color: 6270373.

HSL color Cylindrical-coordinate representation of color #A5AD5F: hue angle of 66.15º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5AD5F is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 173 95 -
CMYK 0.05 0 0.45 0.32
HSL 66.15º 0.32% 0.53% -
HSV(B) 66.15º 0.45% 0.68% -
XYZ 32.53 38.71 16.58 -
YUV 161.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 165 173 95 0.05 0 0.45 0.32 66.15 0.32 0.53
Hex A5 AD 5F 5 0 2D 20 42 20 35
Octal 245 255 137 5 0 55 40 102 40 65
Binary 10100101 10101101 1011111 101 0 101101 100000 1000010 100000 110101

Color Harmonies of #A5AD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD5F

Black with #A5AD5F

Text Example


Text Example

White with #A5AD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD5F; }

 p { color: rgb(165,173,95); }

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

background-color css

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

 a { background-color: rgb(165,173,95); }

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

border-color css

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

 span { border-color: rgb(165,173,95); }

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