Html Css Color HEX #A5AD92 Green Spring

📋 copy color: '#A5AD92'

red 165 ◦ green 173 ◦ blue 146

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

Shades of Green Spring #A5AD92

Tints of Green Spring #A5AD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.17%

R = 34.09%
G = 35.74%
B = 30.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#A5AD92 (or 0xA5AD92) is known color: Green Spring. HEX triplet: A5, AD and 92. RGB value is (165,173,146). Sum of RGB (Red+Green+Blue) = 165+173+146=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AD92 is #5A526D. Grayscale: #A7A7A7. Windows color (decimal): -5919342 or 9612709. OLE color: 9612709.

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

Color convert

RGB 165 173 146 -
CMYK 0.05 0 0.16 0.32
HSL 77.78º 0.14% 0.63% -
HSV(B) 77.78º 0.16% 0.68% -
XYZ 35.65 39.96 33.03 -
YUV 167.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 165 173 146 0.05 0 0.16 0.32 77.78 0.14 0.63
Hex A5 AD 92 5 0 10 20 4E E 3F
Octal 245 255 222 5 0 20 40 116 16 77
Binary 10100101 10101101 10010010 101 0 10000 100000 1001110 1110 111111

Color Harmonies of #A5AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD92

Black with #A5AD92

Text Example


Text Example

White with #A5AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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