#AFBEA8

Color #AFBEA8 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #AFBEA8

Tints of Spring Rain #AFBEA8

Color information

#AFBEA8 (or 0xAFBEA8) is unknown color: approx Spring Rain. HEX triplet: AF, BE and A8. RGB value is (175,190,168). Sum of RGB (Red+Green+Blue) = 175+190+168=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBEA8 is #504157. Grayscale: #B7B7B7. Windows color (decimal): -5259608 or 11058863. OLE color: 11058863.

HSL color Cylindrical-coordinate representation of color #AFBEA8: hue angle of 100.91º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFBEA8 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB175190168-
CMYK0.0800.120.25
HSL100.91º14.47%70.2%-
HSV(B)100.91º11.58%74.51%-
XYZ43.1648.7744.18-
YUV183.01119.53122.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 168 (66.02% from 255) = 31.52%
R=32.83%
G=35.65%
B=31.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901680.0800.120.25100.9114.4770.2
HexAFBEA880C1965e46
Octal257276250100143114516106
Binary10101111101111101010100010000110011001110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEA8; }

 p { color: rgb(175,190,168); }

 H1.HeaderClassName
 {
   color: #AFBEA8;
 }
 .AnyTagClassName
 {
   color: #AFBEA8;
 }
</style>
background-color css

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

 a { background-color: rgb(175,190,168); }

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

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

 span { border-color: rgb(175,190,168); }

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