Html Css Color HEX #A5AD6E Green Smoke

📋 copy color: '#A5AD6E'

red 165 ◦ green 173 ◦ blue 110

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

Shades of Green Smoke #A5AD6E

Tints of Green Smoke #A5AD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.55%

R = 36.83%
G = 38.62%
B = 24.55%

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

#A5AD6E (or 0xA5AD6E) is known color: Green Smoke. HEX triplet: A5, AD and 6E. RGB value is (165,173,110). Sum of RGB (Red+Green+Blue) = 165+173+110=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD6E is #5A5291. Grayscale: #A3A3A3. Windows color (decimal): -5919378 or 7253413. OLE color: 7253413.

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

Color convert

RGB 165 173 110 -
CMYK 0.05 0 0.36 0.32
HSL 67.62º 0.28% 0.55% -
HSV(B) 67.62º 0.36% 0.68% -
XYZ 33.28 39.01 20.53 -
YUV 163.43 97.85 129.12 -
System Red Green Blue C M Y K H S L
Decimal 165 173 110 0.05 0 0.36 0.32 67.62 0.28 0.55
Hex A5 AD 6E 5 0 24 20 44 1C 37
Octal 245 255 156 5 0 44 40 104 34 67
Binary 10100101 10101101 1101110 101 0 100100 100000 1000100 11100 110111

Color Harmonies of #A5AD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD6E

Black with #A5AD6E

Text Example


Text Example

White with #A5AD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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