#AFD8A3

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

Shades of Madang #AFD8A3

Tints of Madang #AFD8A3

Color information

#AFD8A3 (or 0xAFD8A3) is unknown color: approx Madang. HEX triplet: AF, D8 and A3. RGB value is (175,216,163). Sum of RGB (Red+Green+Blue) = 175+216+163=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD8A3 is #50275C. Grayscale: #C5C5C5. Windows color (decimal): -5252957 or 10737839. OLE color: 10737839.

HSL color Cylindrical-coordinate representation of color #AFD8A3: hue angle of 106.42º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFD8A3 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB175216163-
CMYK0.1900.250.15
HSL106.42º40.46%74.31%-
HSV(B)106.42º24.54%84.71%-
XYZ48.8560.8743.82-
YUV197.7108.42111.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 216 (84.77% from 255) = 38.99%
BLUE value IS 163 (64.06% from 255) = 29.42%
R=31.59%
G=38.99%
B=29.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161630.1900.250.15106.4240.4674.31
HexAFD8A313019F6a284a
Octal257330243230311715250112
Binary10101111110110001010001110011011001111111010101010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8A3; }

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

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

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

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

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

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

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

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