#AF6332

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

Shades of Mai Tai #AF6332

Tints of Mai Tai #AF6332

Color information

#AF6332 (or 0xAF6332) is unknown color: approx Mai Tai. HEX triplet: AF, 63 and 32. RGB value is (175,99,50). Sum of RGB (Red+Green+Blue) = 175+99+50=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6332 is #509CCD. Grayscale: #747474. Windows color (decimal): -5283022 or 3302319. OLE color: 3302319.

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

Color convert

RGB1759950-
CMYK00.430.710.31
HSL23.52º55.56%44.12%-
HSV(B)23.52º71.43%68.63%-
XYZ22.7218.275.35-
YUV116.1490.68169.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.01%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 50 (19.92% from 255) = 15.43%
R=54.01%
G=30.56%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175995000.430.710.3123.5255.5644.12
HexAF633202B471F18382c
Octal2571436205310737307054
Binary101011111100011110010010101110001111111111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6332; }

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

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

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

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

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

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

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

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