#AF6420

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

Shades of Mai Tai #AF6420

Tints of Mai Tai #AF6420

Color information

#AF6420 (or 0xAF6420) is unknown color: approx Mai Tai. HEX triplet: AF, 64 and 20. RGB value is (175,100,32). Sum of RGB (Red+Green+Blue) = 175+100+32=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6420 is #509BDF. Grayscale: #737373. Windows color (decimal): -5282784 or 2122927. OLE color: 2122927.

HSL color Cylindrical-coordinate representation of color #AF6420: hue angle of 28.53º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF6420 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17510032-
CMYK00.430.820.31
HSL28.53º69.08%40.59%-
HSV(B)28.53º81.71%68.63%-
XYZ22.518.333.72-
YUV114.6781.35171.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.00%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 32 (12.89% from 255) = 10.42%
R=57.00%
G=32.57%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751003200.430.820.3128.5369.0840.59
HexAF642002B521F1d4529
Octal25714440053122373510551
Binary1010111111001001000000101011101001011111111011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6420; }

 p { color: rgb(175,100,32); }

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

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

 a { background-color: rgb(175,100,32); }

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

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

 span { border-color: rgb(175,100,32); }

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