#af6426

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

Shades of Mai Tai #AF6426

Tints of Mai Tai #AF6426

Color information

#AF6426 (or 0xAF6426) is unknown color: approx Mai Tai. HEX triplet: AF, 64 and 26. RGB value is (175,100,38). Sum of RGB (Red+Green+Blue) = 175+100+38=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6426 is #509BD9. Grayscale: #737373. Windows color (decimal): -5282778 or 2516143. OLE color: 2516143.

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

Color convert

RGB17510038-
CMYK00.430.780.31
HSL27.15º64.32%41.76%-
HSV(B)27.15º78.29%68.63%-
XYZ22.5918.374.19-
YUV115.3684.35170.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.91%
GREEN value IS 100 (39.45% from 255) = 31.95%
BLUE value IS 38 (15.23% from 255) = 12.14%
R=55.91%
G=31.95%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751003800.430.780.3127.1564.3241.76
HexAF642602B4E1F1b402a
Octal25714446053116373310052
Binary1010111111001001001100101011100111011111110111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6426; }

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

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

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

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

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

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

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

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