Html Css Color HEX #AFB3A1 Green Spring

📋 copy color: '#AFB3A1'

red 175 ◦ green 179 ◦ blue 161

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

Shades of Green Spring #AFB3A1

Tints of Green Spring #AFB3A1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.76%

 BLUE value IS 161 (63.28% from 255) = 31.26%

R = 33.98%
G = 34.76%
B = 31.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#AFB3A1 (or 0xAFB3A1) is known color: Green Spring. HEX triplet: AF, B3 and A1. RGB value is (175,179,161). Sum of RGB (Red+Green+Blue) = 175+179+161=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB3A1 is #504C5E. Grayscale: #AFAFAF. Windows color (decimal): -5262431 or 10597295. OLE color: 10597295.

HSL color Cylindrical-coordinate representation of color #AFB3A1: hue angle of 73.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFB3A1 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 161 -
CMYK 0.02 0 0.10 0.30
HSL 73.33º 0.11% 0.67% -
HSV(B) 73.33º 0.1% 0.7% -
XYZ 40.23 43.93 40.08 -
YUV 175.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 175 179 161 0.02 0 0.10 0.30 73.33 0.11 0.67
Hex AF B3 A1 2 0 A 1E 49 B 43
Octal 257 263 241 2 0 12 36 111 13 103
Binary 10101111 10110011 10100001 10 0 1010 11110 1001001 1011 1000011

Color Harmonies of #AFB3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3A1

Black with #AFB3A1

Text Example


Text Example

White with #AFB3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3A1; }

 p { color: rgb(175,179,161); }

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

background-color css

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

 a { background-color: rgb(175,179,161); }

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

border-color css

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

 span { border-color: rgb(175,179,161); }

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