Html Css Color HEX #AFB1A5 Green Spring

📋 copy color: '#AFB1A5'

red 175 ◦ green 177 ◦ blue 165

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

Shades of Green Spring #AFB1A5

Tints of Green Spring #AFB1A5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.24%

 BLUE value IS 165 (64.84% from 255) = 31.91%

R = 33.85%
G = 34.24%
B = 31.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AFB1A5 (or 0xAFB1A5) is known color: Green Spring. HEX triplet: AF, B1 and A5. RGB value is (175,177,165). Sum of RGB (Red+Green+Blue) = 175+177+165=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB1A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB1A5 is #504E5A. Grayscale: #AFAFAF. Windows color (decimal): -5262939 or 10858927. OLE color: 10858927.

HSL color Cylindrical-coordinate representation of color #AFB1A5: hue angle of 70º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFB1A5 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 177 165 -
CMYK 0.01 0 0.07 0.31
HSL 70º 0.07% 0.67% -
HSV(B) 70º 0.07% 0.69% -
XYZ 40.19 43.27 41.83 -
YUV 175.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 175 177 165 0.01 0 0.07 0.31 70 0.07 0.67
Hex AF B1 A5 1 0 7 1F 46 7 43
Octal 257 261 245 1 0 7 37 106 7 103
Binary 10101111 10110001 10100101 1 0 111 11111 1000110 111 1000011

Color Harmonies of #AFB1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB1A5

Black with #AFB1A5

Text Example


Text Example

White with #AFB1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB1A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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