#AF6520

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

Shades of Mai Tai #AF6520

Tints of Mai Tai #AF6520

Color information

#AF6520 (or 0xAF6520) is unknown color: approx Mai Tai. HEX triplet: AF, 65 and 20. RGB value is (175,101,32). Sum of RGB (Red+Green+Blue) = 175+101+32=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6520 is #509ADF. Grayscale: #737373. Windows color (decimal): -5282528 or 2123183. OLE color: 2123183.

HSL color Cylindrical-coordinate representation of color #AF6520: hue angle of 28.95º 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 #AF6520 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17510132-
CMYK00.420.820.31
HSL28.95º69.08%40.59%-
HSV(B)28.95º81.71%68.63%-
XYZ22.5918.533.75-
YUV115.2681.02170.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.82%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 32 (12.89% from 255) = 10.39%
R=56.82%
G=32.79%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751013200.420.820.3128.9569.0840.59
HexAF652002A521F1d4529
Octal25714540052122373510551
Binary1010111111001011000000101010101001011111111011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6520; }

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

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

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

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

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

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

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

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