Html Css Color HEX #A7AF99 Green Spring

📋 copy color: '#A7AF99'

red 167 ◦ green 175 ◦ blue 153

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

Shades of Green Spring #A7AF99

Tints of Green Spring #A7AF99

RGB

 RED value IS 167 (65.63% from 255) = 33.74%

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

 BLUE value IS 153 (60.16% from 255) = 30.91%

R = 33.74%
G = 35.35%
B = 30.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#A7AF99 (or 0xA7AF99) is known color: Green Spring. HEX triplet: A7, AF and 99. RGB value is (167,175,153). Sum of RGB (Red+Green+Blue) = 167+175+153=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AF99 is #585066. Grayscale: #AAAAAA. Windows color (decimal): -5787751 or 10071975. OLE color: 10071975.

HSL color Cylindrical-coordinate representation of color #A7AF99: hue angle of 81.82º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7AF99 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 175 153 -
CMYK 0.05 0 0.13 0.31
HSL 81.82º 0.12% 0.64% -
HSV(B) 81.82º 0.13% 0.69% -
XYZ 37.02 41.18 36.13 -
YUV 170.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 167 175 153 0.05 0 0.13 0.31 81.82 0.12 0.64
Hex A7 AF 99 5 0 D 1F 52 C 40
Octal 247 257 231 5 0 15 37 122 14 100
Binary 10100111 10101111 10011001 101 0 1101 11111 1010010 1100 1000000

Color Harmonies of #A7AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AF99

Black with #A7AF99

Text Example


Text Example

White with #A7AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AF99; }

 p { color: rgb(167,175,153); }

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

background-color css

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

 a { background-color: rgb(167,175,153); }

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

border-color css

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

 span { border-color: rgb(167,175,153); }

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