#A45F2A

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

Shades of Mai Tai #A45F2A

Tints of Mai Tai #A45F2A

Color information

#A45F2A (or 0xA45F2A) is unknown color: approx Mai Tai. HEX triplet: A4, 5F and 2A. RGB value is (164,95,42). Sum of RGB (Red+Green+Blue) = 164+95+42=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45F2A is #5BA0D5. Grayscale: #6D6D6D. Windows color (decimal): -6004950 or 2776996. OLE color: 2776996.

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

Color convert

RGB1649542-
CMYK00.420.740.36
HSL26.07º59.22%40.39%-
HSV(B)26.07º74.39%64.31%-
XYZ19.8216.244.28-
YUV109.5989.86166.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.49%
GREEN value IS 95 (37.5% from 255) = 31.56%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=54.49%
G=31.56%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164954200.420.740.3626.0759.2240.39
HexA45F2A02A4A241a3b28
Octal2441375205211244327350
Binary1010010010111111010100101010100101010010011010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F2A; }

 p { color: rgb(164,95,42); }

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

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

 a { background-color: rgb(164,95,42); }

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

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

 span { border-color: rgb(164,95,42); }

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