#AF621E

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

Shades of Mai Tai #AF621E

Tints of Mai Tai #AF621E

Color information

#AF621E (or 0xAF621E) is unknown color: approx Mai Tai. HEX triplet: AF, 62 and 1E. RGB value is (175,98,30). Sum of RGB (Red+Green+Blue) = 175+98+30=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF621E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF621E is #509DE1. Grayscale: #717171. Windows color (decimal): -5283298 or 1991343. OLE color: 1991343.

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

Color convert

RGB1759830-
CMYK00.440.830.31
HSL28.14º70.73%40.2%-
HSV(B)28.14º82.86%68.63%-
XYZ22.2817.943.52-
YUV113.2781.01172.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.76%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 30 (12.11% from 255) = 9.90%
R=57.76%
G=32.34%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175983000.440.830.3128.1470.7340.2
HexAF621E02C531F1c4728
Octal25714236054123373410750
Binary101011111100010111100101100101001111111111001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF621E; }

 p { color: rgb(175,98,30); }

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

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

 a { background-color: rgb(175,98,30); }

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

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

 span { border-color: rgb(175,98,30); }

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