Html Css Color HEX #A7612C Mai Tai

📋 copy color: '#A7612C'

red 167 ◦ green 97 ◦ blue 44

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

Shades of Mai Tai #A7612C

Tints of Mai Tai #A7612C

RGB

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

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

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

R = 54.22%
G = 31.49%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A7612C (or 0xA7612C) is known color: Mai Tai. HEX triplet: A7, 61 and 2C. RGB value is (167,97,44). Sum of RGB (Red+Green+Blue) = 167+97+44=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A7612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7612C is #589ED3. Grayscale: #707070. Windows color (decimal): -5807828 or 2908583. OLE color: 2908583.

HSL color Cylindrical-coordinate representation of color #A7612C: hue angle of 25.85º degrees, saturation: 0.58, 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 #A7612C is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 97 44 -
CMYK 0 0.42 0.74 0.35
HSL 25.85º 0.58% 0.41% -
HSV(B) 25.85º 0.74% 0.65% -
XYZ 20.67 16.95 4.56 -
YUV 111.89 89.69 167.31 -
System Red Green Blue C M Y K H S L
Decimal 167 97 44 0 0.42 0.74 0.35 25.85 0.58 0.41
Hex A7 61 2C 0 2A 4A 23 1A 3A 29
Octal 247 141 54 0 52 112 43 32 72 51
Binary 10100111 1100001 101100 0 101010 1001010 100011 11010 111010 101001

Color Harmonies of #A7612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7612C

Black with #A7612C

Text Example


Text Example

White with #A7612C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7612C; }

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

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

background-color css

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

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

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

border-color css

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

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

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