Html Css Color HEX #A5AD8E Green Spring

📋 copy color: '#A5AD8E'

red 165 ◦ green 173 ◦ blue 142

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

Shades of Green Spring #A5AD8E

Tints of Green Spring #A5AD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.58%

R = 34.38%
G = 36.04%
B = 29.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#A5AD8E (or 0xA5AD8E) is known color: Green Spring. HEX triplet: A5, AD and 8E. RGB value is (165,173,142). Sum of RGB (Red+Green+Blue) = 165+173+142=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AD8E is #5A5271. Grayscale: #A7A7A7. Windows color (decimal): -5919346 or 9350565. OLE color: 9350565.

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

Color convert

RGB 165 173 142 -
CMYK 0.05 0 0.18 0.32
HSL 75.48º 0.16% 0.62% -
HSV(B) 75.48º 0.18% 0.68% -
XYZ 35.34 39.84 31.42 -
YUV 167.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 165 173 142 0.05 0 0.18 0.32 75.48 0.16 0.62
Hex A5 AD 8E 5 0 12 20 4B 10 3E
Octal 245 255 216 5 0 22 40 113 20 76
Binary 10100101 10101101 10001110 101 0 10010 100000 1001011 10000 111110

Color Harmonies of #A5AD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD8E

Black with #A5AD8E

Text Example


Text Example

White with #A5AD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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