Html Css Color HEX #A0612F Mai Tai

📋 copy color: '#A0612F'

red 160 ◦ green 97 ◦ blue 47

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

Shades of Mai Tai #A0612F

Tints of Mai Tai #A0612F

RGB

 RED value IS 160 (62.89% from 255) = 52.63%

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

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 52.63%
G = 31.91%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0612F (or 0xA0612F) is known color: Mai Tai. HEX triplet: A0, 61 and 2F. RGB value is (160,97,47). Sum of RGB (Red+Green+Blue) = 160+97+47=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0612F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0612F is #5F9ED0. Grayscale: #6E6E6E. Windows color (decimal): -6266577 or 3105184. OLE color: 3105184.

HSL color Cylindrical-coordinate representation of color #A0612F: hue angle of 26.55º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0612F is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 97 47 -
CMYK 0 0.39 0.71 0.37
HSL 26.55º 0.55% 0.41% -
HSV(B) 26.55º 0.71% 0.63% -
XYZ 19.28 16.23 4.81 -
YUV 110.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 160 97 47 0 0.39 0.71 0.37 26.55 0.55 0.41
Hex A0 61 2F 0 27 47 25 1B 37 29
Octal 240 141 57 0 47 107 45 33 67 51
Binary 10100000 1100001 101111 0 100111 1000111 100101 11011 110111 101001

Color Harmonies of #A0612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0612F

Black with #A0612F

Text Example


Text Example

White with #A0612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0612F; }

 p { color: rgb(160,97,47); }

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

background-color css

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

 a { background-color: rgb(160,97,47); }

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

border-color css

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

 span { border-color: rgb(160,97,47); }

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