#AFCAAA

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

Shades of Rainee #AFCAAA

Tints of Rainee #AFCAAA

Color information

#AFCAAA (or 0xAFCAAA) is unknown color: approx Rainee. HEX triplet: AF, CA and AA. RGB value is (175,202,170). Sum of RGB (Red+Green+Blue) = 175+202+170=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCAAA is #503555. Grayscale: #BEBEBE. Windows color (decimal): -5256534 or 11193007. OLE color: 11193007.

HSL color Cylindrical-coordinate representation of color #AFCAAA: hue angle of 110.62º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFCAAA is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB175202170-
CMYK0.1300.160.21
HSL110.62º23.19%72.94%-
HSV(B)110.62º15.84%79.22%-
XYZ46.0654.2646.08-
YUV190.28116.55117.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=31.99%
G=36.93%
B=31.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021700.1300.160.21110.6223.1972.94
HexAFCAAAD010156f1749
Octal257312252150202515727111
Binary1010111111001010101010101101010000101011101111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAAA; }

 p { color: rgb(175,202,170); }

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

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

 a { background-color: rgb(175,202,170); }

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

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

 span { border-color: rgb(175,202,170); }

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