#AFCCA7

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

Shades of Rainee #AFCCA7

Tints of Rainee #AFCCA7

Color information

#AFCCA7 (or 0xAFCCA7) is unknown color: approx Rainee. HEX triplet: AF, CC and A7. RGB value is (175,204,167). Sum of RGB (Red+Green+Blue) = 175+204+167=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCA7 is #503358. Grayscale: #BFBFBF. Windows color (decimal): -5256025 or 10996911. OLE color: 10996911.

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

Color convert

RGB175204167-
CMYK0.1400.180.2
HSL107.03º26.62%72.75%-
HSV(B)107.03º18.14%80%-
XYZ46.2555.0944.76-
YUV191.11114.39116.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 204 (80.08% from 255) = 37.36%
BLUE value IS 167 (65.62% from 255) = 30.59%
R=32.05%
G=37.36%
B=30.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041670.1400.180.2107.0326.6272.75
HexAFCCA7E012146b1b49
Octal257314247160222415333111
Binary1010111111001100101001111110010010101001101011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCA7; }

 p { color: rgb(175,204,167); }

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

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

 a { background-color: rgb(175,204,167); }

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

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

 span { border-color: rgb(175,204,167); }

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