#AFCFA3

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

Shades of Madang #AFCFA3

Tints of Madang #AFCFA3

Color information

#AFCFA3 (or 0xAFCFA3) is unknown color: approx Madang. HEX triplet: AF, CF and A3. RGB value is (175,207,163). Sum of RGB (Red+Green+Blue) = 175+207+163=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 163 (64.06% from 255 or 29.91% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCFA3 is #50305C. Grayscale: #C0C0C0. Windows color (decimal): -5255261 or 10735535. OLE color: 10735535.

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

Color convert

RGB175207163-
CMYK0.1500.210.19
HSL103.64º31.43%72.55%-
HSV(B)103.64º21.26%81.18%-
XYZ46.656.3843.08-
YUV192.42111.4115.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 163 (64.06% from 255) = 29.91%
R=32.11%
G=37.98%
B=29.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752071630.1500.210.19103.6431.4372.55
HexAFCFA3F01513681f49
Octal257317243170252315037111
Binary1010111111001111101000111111010101100111101000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCFA3; }

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

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

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

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

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

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

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

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