#AF6320

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

Shades of Mai Tai #AF6320

Tints of Mai Tai #AF6320

Color information

#AF6320 (or 0xAF6320) is unknown color: approx Mai Tai. HEX triplet: AF, 63 and 20. RGB value is (175,99,32). Sum of RGB (Red+Green+Blue) = 175+99+32=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6320 is #509CDF. Grayscale: #727272. Windows color (decimal): -5283040 or 2122671. OLE color: 2122671.

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

Color convert

RGB1759932-
CMYK00.430.820.31
HSL28.11º69.08%40.59%-
HSV(B)28.11º81.71%68.63%-
XYZ22.418.143.69-
YUV114.0981.68171.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.19%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 32 (12.89% from 255) = 10.46%
R=57.19%
G=32.35%
B=10.46%

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
Decimal175993200.430.820.3128.1169.0840.59
HexAF632002B521F1c4529
Octal25714340053122373410551
Binary1010111111000111000000101011101001011111111001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6320; }

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

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

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

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

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

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

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

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