Html Css Color HEX #A5AE8E Green Spring

📋 copy color: '#A5AE8E'

red 165 ◦ green 174 ◦ blue 142

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

Shades of Green Spring #A5AE8E

Tints of Green Spring #A5AE8E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.17%

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

R = 34.3%
G = 36.17%
B = 29.52%

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

#A5AE8E (or 0xA5AE8E) is known color: Green Spring. HEX triplet: A5, AE and 8E. RGB value is (165,174,142). Sum of RGB (Red+Green+Blue) = 165+174+142=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AE8E is #5A5171. Grayscale: #A7A7A7. Windows color (decimal): -5919090 or 9350821. OLE color: 9350821.

HSL color Cylindrical-coordinate representation of color #A5AE8E: hue angle of 76.88º 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 #A5AE8E is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 174 142 -
CMYK 0.05 0 0.18 0.32
HSL 76.88º 0.16% 0.62% -
HSV(B) 76.88º 0.18% 0.68% -
XYZ 35.54 40.22 31.48 -
YUV 167.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 165 174 142 0.05 0 0.18 0.32 76.88 0.16 0.62
Hex A5 AE 8E 5 0 12 20 4D 10 3E
Octal 245 256 216 5 0 22 40 115 20 76
Binary 10100101 10101110 10001110 101 0 10010 100000 1001101 10000 111110

Color Harmonies of #A5AE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AE8E

Black with #A5AE8E

Text Example


Text Example

White with #A5AE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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