Html Css Color HEX #A5AF92 Green Spring

📋 copy color: '#A5AF92'

red 165 ◦ green 175 ◦ blue 146

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

Shades of Green Spring #A5AF92

Tints of Green Spring #A5AF92

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.01%

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

R = 33.95%
G = 36.01%
B = 30.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#A5AF92 (or 0xA5AF92) is known color: Green Spring. HEX triplet: A5, AF and 92. RGB value is (165,175,146). Sum of RGB (Red+Green+Blue) = 165+175+146=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF92 is #5A506D. Grayscale: #A8A8A8. Windows color (decimal): -5918830 or 9613221. OLE color: 9613221.

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

Color convert

RGB 165 175 146 -
CMYK 0.06 0 0.17 0.31
HSL 80.69º 0.15% 0.63% -
HSV(B) 80.69º 0.17% 0.69% -
XYZ 36.04 40.73 33.16 -
YUV 168.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 165 175 146 0.06 0 0.17 0.31 80.69 0.15 0.63
Hex A5 AF 92 6 0 11 1F 51 F 3F
Octal 245 257 222 6 0 21 37 121 17 77
Binary 10100101 10101111 10010010 110 0 10001 11111 1010001 1111 111111

Color Harmonies of #A5AF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AF92

Black with #A5AF92

Text Example


Text Example

White with #A5AF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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