Html Css Color HEX #A0672D Mai Tai

📋 copy color: '#A0672D'

red 160 ◦ green 103 ◦ blue 45

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

Shades of Mai Tai #A0672D

Tints of Mai Tai #A0672D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.44%

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

R = 51.95%
G = 33.44%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0672D (or 0xA0672D) is known color: Mai Tai. HEX triplet: A0, 67 and 2D. RGB value is (160,103,45). Sum of RGB (Red+Green+Blue) = 160+103+45=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0672D is #5F98D2. Grayscale: #717171. Windows color (decimal): -6265043 or 2975648. OLE color: 2975648.

HSL color Cylindrical-coordinate representation of color #A0672D: hue angle of 30.26º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0672D is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 103 45 -
CMYK 0 0.36 0.72 0.37
HSL 30.26º 0.56% 0.4% -
HSV(B) 30.26º 0.72% 0.63% -
XYZ 19.82 17.36 4.79 -
YUV 113.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 160 103 45 0 0.36 0.72 0.37 30.26 0.56 0.4
Hex A0 67 2D 0 24 48 25 1E 38 28
Octal 240 147 55 0 44 110 45 36 70 50
Binary 10100000 1100111 101101 0 100100 1001000 100101 11110 111000 101000

Color Harmonies of #A0672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0672D

Black with #A0672D

Text Example


Text Example

White with #A0672D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0672D; }

 p { color: rgb(160,103,45); }

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

background-color css

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

 a { background-color: rgb(160,103,45); }

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

border-color css

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

 span { border-color: rgb(160,103,45); }

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