Html Css Color HEX #AFD3A1 Madang

📋 copy color: '#AFD3A1'

red 175 ◦ green 211 ◦ blue 161

#AFD3A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #AFD3A1

Tints of Madang #AFD3A1

RGB

 RED value IS 175 (68.75% from 255) = 31.99%

 GREEN value IS 211 (82.81% from 255) = 38.57%

 BLUE value IS 161 (63.28% from 255) = 29.43%

R = 31.99%
G = 38.57%
B = 29.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#AFD3A1 (or 0xAFD3A1) is known color: Madang. HEX triplet: AF, D3 and A1. RGB value is (175,211,161). Sum of RGB (Red+Green+Blue) = 175+211+161=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD3A1 is #502C5E. Grayscale: #C2C2C2. Windows color (decimal): -5254239 or 10605487. OLE color: 10605487.

HSL color Cylindrical-coordinate representation of color #AFD3A1: hue angle of 103.2º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFD3A1 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 161 -
CMYK 0.17 0 0.24 0.17
HSL 103.2º 0.36% 0.73% -
HSV(B) 103.2º 0.24% 0.83% -
XYZ 47.41 58.28 42.47 -
YUV 194.54 109.07 114.07 -
System Red Green Blue C M Y K H S L
Decimal 175 211 161 0.17 0 0.24 0.17 103.2 0.36 0.73
Hex AF D3 A1 11 0 18 11 67 24 49
Octal 257 323 241 21 0 30 21 147 44 111
Binary 10101111 11010011 10100001 10001 0 11000 10001 1100111 100100 1001001

Color Harmonies of #AFD3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD3A1

Black with #AFD3A1

Text Example


Text Example

White with #AFD3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD3A1; }

 p { color: rgb(175,211,161); }

 H1.HeaderClassName
 {
   color: #AFD3A1;
 }
 .AnyTagClassName
 {
   color: #AFD3A1;
 }
</style>

background-color css

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

 a { background-color: rgb(175,211,161); }

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

border-color css

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

 span { border-color: rgb(175,211,161); }

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