#AFCBA3

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

Shades of Spring Rain #AFCBA3

Tints of Spring Rain #AFCBA3

Color information

#AFCBA3 (or 0xAFCBA3) is unknown color: approx Spring Rain. HEX triplet: AF, CB and A3. RGB value is (175,203,163). Sum of RGB (Red+Green+Blue) = 175+203+163=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCBA3 is #50345C. Grayscale: #BEBEBE. Windows color (decimal): -5256285 or 10734511. OLE color: 10734511.

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

Color convert

RGB175203163-
CMYK0.1400.200.20
HSL102º27.78%71.76%-
HSV(B)102º19.7%79.61%-
XYZ45.6554.4742.76-
YUV190.07112.72117.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 203 (79.69% from 255) = 37.52%
BLUE value IS 163 (64.06% from 255) = 30.13%
R=32.35%
G=37.52%
B=30.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031630.1400.200.2010227.7871.76
HexAFCBA3E01414661c48
Octal257313243160242414634110
Binary1010111111001011101000111110010100101001100110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBA3; }

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

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

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

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

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

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

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

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