Html Css Color HEX #AFB5A0 Green Spring

📋 copy color: '#AFB5A0'

red 175 ◦ green 181 ◦ blue 160

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

Shades of Green Spring #AFB5A0

Tints of Green Spring #AFB5A0

RGB

 RED value IS 175 (68.75% from 255) = 33.91%

 GREEN value IS 181 (71.09% from 255) = 35.08%

 BLUE value IS 160 (62.89% from 255) = 31.01%

R = 33.91%
G = 35.08%
B = 31.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#AFB5A0 (or 0xAFB5A0) is known color: Green Spring. HEX triplet: AF, B5 and A0. RGB value is (175,181,160). Sum of RGB (Red+Green+Blue) = 175+181+160=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB5A0 is #504A5F. Grayscale: #B0B0B0. Windows color (decimal): -5261920 or 10532271. OLE color: 10532271.

HSL color Cylindrical-coordinate representation of color #AFB5A0: hue angle of 77.14º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB5A0 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 181 160 -
CMYK 0.03 0 0.12 0.29
HSL 77.14º 0.12% 0.67% -
HSV(B) 77.14º 0.12% 0.71% -
XYZ 40.55 44.7 39.75 -
YUV 176.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 175 181 160 0.03 0 0.12 0.29 77.14 0.12 0.67
Hex AF B5 A0 3 0 C 1D 4D C 43
Octal 257 265 240 3 0 14 35 115 14 103
Binary 10101111 10110101 10100000 11 0 1100 11101 1001101 1100 1000011

Color Harmonies of #AFB5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5A0

Black with #AFB5A0

Text Example


Text Example

White with #AFB5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5A0; }

 p { color: rgb(175,181,160); }

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

background-color css

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

 a { background-color: rgb(175,181,160); }

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

border-color css

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

 span { border-color: rgb(175,181,160); }

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