#A35F2E

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

Shades of Mai Tai #A35F2E

Tints of Mai Tai #A35F2E

Color information

#A35F2E (or 0xA35F2E) is unknown color: approx Mai Tai. HEX triplet: A3, 5F and 2E. RGB value is (163,95,46). Sum of RGB (Red+Green+Blue) = 163+95+46=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F2E is #5CA0D1. Grayscale: #6E6E6E. Windows color (decimal): -6070482 or 3039139. OLE color: 3039139.

HSL color Cylindrical-coordinate representation of color #A35F2E: hue angle of 25.13º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A35F2E is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1639546-
CMYK00.420.720.36
HSL25.13º55.98%40.98%-
HSV(B)25.13º71.78%63.92%-
XYZ19.6916.174.67-
YUV109.7592.03165.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.62%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=53.62%
G=31.25%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163954600.420.720.3625.1355.9840.98
HexA35F2E02A4824193829
Octal2431375605211044317051
Binary1010001110111111011100101010100100010010011001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F2E; }

 p { color: rgb(163,95,46); }

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

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

 a { background-color: rgb(163,95,46); }

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

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

 span { border-color: rgb(163,95,46); }

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