#AF652E

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

Shades of Mai Tai #AF652E

Tints of Mai Tai #AF652E

Color information

#AF652E (or 0xAF652E) is unknown color: approx Mai Tai. HEX triplet: AF, 65 and 2E. RGB value is (175,101,46). Sum of RGB (Red+Green+Blue) = 175+101+46=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF652E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF652E is #509AD1. Grayscale: #757575. Windows color (decimal): -5282514 or 3040687. OLE color: 3040687.

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

Color convert

RGB17510146-
CMYK00.420.740.31
HSL25.58º58.37%43.33%-
HSV(B)25.58º73.71%68.63%-
XYZ22.8318.624.98-
YUV116.8688.02169.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.35%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 46 (18.36% from 255) = 14.29%
R=54.35%
G=31.37%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751014600.420.740.3125.5858.3743.33
HexAF652E02A4A1F1a3a2b
Octal2571455605211237327253
Binary101011111100101101110010101010010101111111010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF652E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF652E; }

 p { color: rgb(175,101,46); }

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

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

 a { background-color: rgb(175,101,46); }

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

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

 span { border-color: rgb(175,101,46); }

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