Html Css Color HEX #A5612B Mai Tai

📋 copy color: '#A5612B'

red 165 ◦ green 97 ◦ blue 43

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

Shades of Mai Tai #A5612B

Tints of Mai Tai #A5612B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 54.1%
G = 31.8%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5612B (or 0xA5612B) is known color: Mai Tai. HEX triplet: A5, 61 and 2B. RGB value is (165,97,43). Sum of RGB (Red+Green+Blue) = 165+97+43=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A5612B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5612B is #5A9ED4. Grayscale: #6F6F6F. Windows color (decimal): -5938901 or 2843045. OLE color: 2843045.

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

Color convert

RGB 165 97 43 -
CMYK 0 0.41 0.74 0.35
HSL 26.56º 0.59% 0.41% -
HSV(B) 26.56º 0.74% 0.65% -
XYZ 20.23 16.72 4.45 -
YUV 111.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 165 97 43 0 0.41 0.74 0.35 26.56 0.59 0.41
Hex A5 61 2B 0 29 4A 23 1B 3B 29
Octal 245 141 53 0 51 112 43 33 73 51
Binary 10100101 1100001 101011 0 101001 1001010 100011 11011 111011 101001

Color Harmonies of #A5612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5612B

Black with #A5612B

Text Example


Text Example

White with #A5612B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5612B; }

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

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

background-color css

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

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

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

border-color css

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

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

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