#AF6433

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

Shades of Mai Tai #AF6433

Tints of Mai Tai #AF6433

Color information

#AF6433 (or 0xAF6433) is unknown color: approx Mai Tai. HEX triplet: AF, 64 and 33. RGB value is (175,100,51). Sum of RGB (Red+Green+Blue) = 175+100+51=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6433 is #509BCC. Grayscale: #757575. Windows color (decimal): -5282765 or 3368111. OLE color: 3368111.

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

Color convert

RGB17510051-
CMYK00.430.710.31
HSL23.71º54.87%44.31%-
HSV(B)23.71º70.86%68.63%-
XYZ22.8318.475.49-
YUV116.8490.85169.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.68%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 51 (20.31% from 255) = 15.64%
R=53.68%
G=30.67%
B=15.64%

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
Decimal1751005100.430.710.3123.7154.8744.31
HexAF643302B471F18372c
Octal2571446305310737306754
Binary101011111100100110011010101110001111111111000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6433; }

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

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

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

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

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

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

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

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