#AFC5A2

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

Shades of Spring Rain #AFC5A2

Tints of Spring Rain #AFC5A2

Color information

#AFC5A2 (or 0xAFC5A2) is unknown color: approx Spring Rain. HEX triplet: AF, C5 and A2. RGB value is (175,197,162). Sum of RGB (Red+Green+Blue) = 175+197+162=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC5A2 is #503A5D. Grayscale: #BABABA. Windows color (decimal): -5257822 or 10667439. OLE color: 10667439.

HSL color Cylindrical-coordinate representation of color #AFC5A2: hue angle of 97.71º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFC5A2 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB175197162-
CMYK0.1100.180.23
HSL97.71º23.18%70.39%-
HSV(B)97.71º17.77%77.25%-
XYZ44.1751.6641.83-
YUV186.43114.21119.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 197 (77.34% from 255) = 36.89%
BLUE value IS 162 (63.67% from 255) = 30.34%
R=32.77%
G=36.89%
B=30.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971620.1100.180.2397.7123.1870.39
HexAFC5A2B01217621746
Octal257305242130222714227106
Binary1010111111000101101000101011010010101111100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC5A2; }

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

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

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

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

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

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

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

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