#AFCBA1

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

Shades of Spring Rain #AFCBA1

Tints of Spring Rain #AFCBA1

Color information

#AFCBA1 (or 0xAFCBA1) is unknown color: approx Spring Rain. HEX triplet: AF, CB and A1. RGB value is (175,203,161). Sum of RGB (Red+Green+Blue) = 175+203+161=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCBA1 is #50345E. Grayscale: #BDBDBD. Windows color (decimal): -5256287 or 10603439. OLE color: 10603439.

HSL color Cylindrical-coordinate representation of color #AFCBA1: hue angle of 100º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFCBA1 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB175203161-
CMYK0.1400.210.20
HSL100º28.77%71.37%-
HSV(B)100º20.69%79.61%-
XYZ45.4754.441.82-
YUV189.84111.72117.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 203 (79.69% from 255) = 37.66%
BLUE value IS 161 (63.28% from 255) = 29.87%
R=32.47%
G=37.66%
B=29.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031610.1400.210.2010028.7771.37
HexAFCBA1E01514641d47
Octal257313241160252414435107
Binary1010111111001011101000011110010101101001100100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBA1; }

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

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

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

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

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

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

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

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