Html Css Color HEX #A5AE91 Green Spring

📋 copy color: '#A5AE91'

red 165 ◦ green 174 ◦ blue 145

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

Shades of Green Spring #A5AE91

Tints of Green Spring #A5AE91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.96%

R = 34.09%
G = 35.95%
B = 29.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#A5AE91 (or 0xA5AE91) is known color: Green Spring. HEX triplet: A5, AE and 91. RGB value is (165,174,145). Sum of RGB (Red+Green+Blue) = 165+174+145=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AE91 is #5A516E. Grayscale: #A8A8A8. Windows color (decimal): -5919087 or 9547429. OLE color: 9547429.

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

Color convert

RGB 165 174 145 -
CMYK 0.05 0 0.17 0.32
HSL 78.62º 0.15% 0.63% -
HSV(B) 78.62º 0.17% 0.68% -
XYZ 35.76 40.32 32.68 -
YUV 168 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 165 174 145 0.05 0 0.17 0.32 78.62 0.15 0.63
Hex A5 AE 91 5 0 11 20 4F F 3F
Octal 245 256 221 5 0 21 40 117 17 77
Binary 10100101 10101110 10010001 101 0 10001 100000 1001111 1111 111111

Color Harmonies of #A5AE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AE91

Black with #A5AE91

Text Example


Text Example

White with #A5AE91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AE91; }

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

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

background-color css

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

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

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

border-color css

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

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

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