#AF6325

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

Shades of Mai Tai #AF6325

Tints of Mai Tai #AF6325

Color information

#AF6325 (or 0xAF6325) is unknown color: approx Mai Tai. HEX triplet: AF, 63 and 25. RGB value is (175,99,37). Sum of RGB (Red+Green+Blue) = 175+99+37=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6325 is #509CDA. Grayscale: #727272. Windows color (decimal): -5283035 or 2450351. OLE color: 2450351.

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

Color convert

RGB1759937-
CMYK00.430.790.31
HSL26.96º65.09%41.57%-
HSV(B)26.96º78.86%68.63%-
XYZ22.4718.174.07-
YUV114.6684.18171.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.27%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 37 (14.84% from 255) = 11.90%
R=56.27%
G=31.83%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175993700.430.790.3126.9665.0941.57
HexAF632502B4F1F1b412a
Octal25714345053117373310152
Binary1010111111000111001010101011100111111111110111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6325; }

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

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

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

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

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

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

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

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