Html Css Color HEX #A7612F Mai Tai

📋 copy color: '#A7612F'

red 167 ◦ green 97 ◦ blue 47

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

Shades of Mai Tai #A7612F

Tints of Mai Tai #A7612F

RGB

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

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

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

R = 53.7%
G = 31.19%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7612F (or 0xA7612F) is known color: Mai Tai. HEX triplet: A7, 61 and 2F. RGB value is (167,97,47). Sum of RGB (Red+Green+Blue) = 167+97+47=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A7612F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7612F is #589ED0. Grayscale: #707070. Windows color (decimal): -5807825 or 3105191. OLE color: 3105191.

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

Color convert

RGB 167 97 47 -
CMYK 0 0.42 0.72 0.35
HSL 25º 0.56% 0.42% -
HSV(B) 25º 0.72% 0.65% -
XYZ 20.72 16.97 4.87 -
YUV 112.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 167 97 47 0 0.42 0.72 0.35 25 0.56 0.42
Hex A7 61 2F 0 2A 48 23 19 38 2A
Octal 247 141 57 0 52 110 43 31 70 52
Binary 10100111 1100001 101111 0 101010 1001000 100011 11001 111000 101010

Color Harmonies of #A7612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7612F

Black with #A7612F

Text Example


Text Example

White with #A7612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7612F; }

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

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

background-color css

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

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

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

border-color css

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

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

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