Html Css Color HEX #A5AD6F Green Smoke

📋 copy color: '#A5AD6F'

red 165 ◦ green 173 ◦ blue 111

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

Shades of Green Smoke #A5AD6F

Tints of Green Smoke #A5AD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.72%

R = 36.75%
G = 38.53%
B = 24.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#A5AD6F (or 0xA5AD6F) is known color: Green Smoke. HEX triplet: A5, AD and 6F. RGB value is (165,173,111). Sum of RGB (Red+Green+Blue) = 165+173+111=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD6F is #5A5290. Grayscale: #A3A3A3. Windows color (decimal): -5919377 or 7318949. OLE color: 7318949.

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

Color convert

RGB 165 173 111 -
CMYK 0.05 0 0.36 0.32
HSL 67.74º 0.27% 0.56% -
HSV(B) 67.74º 0.36% 0.68% -
XYZ 33.33 39.03 20.82 -
YUV 163.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 165 173 111 0.05 0 0.36 0.32 67.74 0.27 0.56
Hex A5 AD 6F 5 0 24 20 44 1B 38
Octal 245 255 157 5 0 44 40 104 33 70
Binary 10100101 10101101 1101111 101 0 100100 100000 1000100 11011 111000

Color Harmonies of #A5AD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD6F

Black with #A5AD6F

Text Example


Text Example

White with #A5AD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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