Html Css Color HEX #A5612C Mai Tai

📋 copy color: '#A5612C'

red 165 ◦ green 97 ◦ blue 44

#A5612C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mai Tai #A5612C

Tints of Mai Tai #A5612C

RGB

 RED value IS 165 (64.84% from 255) = 53.92%

 GREEN value IS 97 (38.28% from 255) = 31.7%

 BLUE value IS 44 (17.58% from 255) = 14.38%

R = 53.92%
G = 31.7%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5612C (or 0xA5612C) is known color: Mai Tai. HEX triplet: A5, 61 and 2C. RGB value is (165,97,44). Sum of RGB (Red+Green+Blue) = 165+97+44=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A5612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5612C is #5A9ED3. Grayscale: #6F6F6F. Windows color (decimal): -5938900 or 2908581. OLE color: 2908581.

HSL color Cylindrical-coordinate representation of color #A5612C: hue angle of 26.28º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5612C is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 97 44 -
CMYK 0 0.41 0.73 0.35
HSL 26.28º 0.58% 0.41% -
HSV(B) 26.28º 0.73% 0.65% -
XYZ 20.25 16.73 4.55 -
YUV 111.29 90.03 166.31 -
System Red Green Blue C M Y K H S L
Decimal 165 97 44 0 0.41 0.73 0.35 26.28 0.58 0.41
Hex A5 61 2C 0 29 49 23 1A 3A 29
Octal 245 141 54 0 51 111 43 32 72 51
Binary 10100101 1100001 101100 0 101001 1001001 100011 11010 111010 101001

Color Harmonies of #A5612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5612C

Black with #A5612C

Text Example


Text Example

White with #A5612C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5612C; }

 p { color: rgb(165,97,44); }

 H1.HeaderClassName
 {
   color: #A5612C;
 }
 .AnyTagClassName
 {
   color: #A5612C;
 }
</style>

background-color css

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

 a { background-color: rgb(165,97,44); }

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

border-color css

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

 span { border-color: rgb(165,97,44); }

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