#AFCBA2

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

Shades of Spring Rain #AFCBA2

Tints of Spring Rain #AFCBA2

Color information

#AFCBA2 (or 0xAFCBA2) is unknown color: approx Spring Rain. HEX triplet: AF, CB and A2. RGB value is (175,203,162). Sum of RGB (Red+Green+Blue) = 175+203+162=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCBA2 is #50345D. Grayscale: #BEBEBE. Windows color (decimal): -5256286 or 10668975. OLE color: 10668975.

HSL color Cylindrical-coordinate representation of color #AFCBA2: hue angle of 100.98º 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 #AFCBA2 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB175203162-
CMYK0.1400.200.20
HSL100.98º28.28%71.57%-
HSV(B)100.98º20.2%79.61%-
XYZ45.5654.4342.29-
YUV189.95112.22117.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 203 (79.69% from 255) = 37.59%
BLUE value IS 162 (63.67% from 255) = 30%
R=32.41%
G=37.59%
B=30%

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
Decimal1752031620.1400.200.20100.9828.2871.57
HexAFCBA2E01414651c48
Octal257313242160242414534110
Binary1010111111001011101000101110010100101001100101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBA2; }

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

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

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

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

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

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

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

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