#AFCFA5

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

Shades of Rainee #AFCFA5

Tints of Rainee #AFCFA5

Color information

#AFCFA5 (or 0xAFCFA5) is unknown color: approx Rainee. HEX triplet: AF, CF and A5. RGB value is (175,207,165). Sum of RGB (Red+Green+Blue) = 175+207+165=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCFA5 is #50305A. Grayscale: #C0C0C0. Windows color (decimal): -5255259 or 10866607. OLE color: 10866607.

HSL color Cylindrical-coordinate representation of color #AFCFA5: hue angle of 105.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFCFA5 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB175207165-
CMYK0.1500.200.19
HSL105.71º30.43%72.94%-
HSV(B)105.71º20.29%81.18%-
XYZ46.7856.4644.03-
YUV192.64112.4115.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 207 (81.25% from 255) = 37.84%
BLUE value IS 165 (64.84% from 255) = 30.16%
R=31.99%
G=37.84%
B=30.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752071650.1500.200.19105.7130.4372.94
HexAFCFA5F014136a1e49
Octal257317245170242315236111
Binary1010111111001111101001011111010100100111101010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCFA5; }

 p { color: rgb(175,207,165); }

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

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

 a { background-color: rgb(175,207,165); }

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

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

 span { border-color: rgb(175,207,165); }

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