Html Css Color HEX #A7612D Mai Tai

📋 copy color: '#A7612D'

red 167 ◦ green 97 ◦ blue 45

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

Shades of Mai Tai #A7612D

Tints of Mai Tai #A7612D

RGB

 RED value IS 167 (65.63% from 255) = 54.05%

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

 BLUE value IS 45 (17.97% from 255) = 14.56%

R = 54.05%
G = 31.39%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A7612D (or 0xA7612D) is known color: Mai Tai. HEX triplet: A7, 61 and 2D. RGB value is (167,97,45). Sum of RGB (Red+Green+Blue) = 167+97+45=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A7612D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7612D is #589ED2. Grayscale: #707070. Windows color (decimal): -5807827 or 2974119. OLE color: 2974119.

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

Color convert

RGB 167 97 45 -
CMYK 0 0.42 0.73 0.35
HSL 25.57º 0.58% 0.42% -
HSV(B) 25.57º 0.73% 0.65% -
XYZ 20.68 16.95 4.66 -
YUV 112 90.19 167.23 -
System Red Green Blue C M Y K H S L
Decimal 167 97 45 0 0.42 0.73 0.35 25.57 0.58 0.42
Hex A7 61 2D 0 2A 49 23 1A 3A 2A
Octal 247 141 55 0 52 111 43 32 72 52
Binary 10100111 1100001 101101 0 101010 1001001 100011 11010 111010 101010

Color Harmonies of #A7612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7612D

Black with #A7612D

Text Example


Text Example

White with #A7612D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7612D; }

 p { color: rgb(167,97,45); }

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

background-color css

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

 a { background-color: rgb(167,97,45); }

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

border-color css

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

 span { border-color: rgb(167,97,45); }

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