Html Css Color HEX #A0672A Mai Tai

📋 copy color: '#A0672A'

red 160 ◦ green 103 ◦ blue 42

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

Shades of Mai Tai #A0672A

Tints of Mai Tai #A0672A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.77%

R = 52.46%
G = 33.77%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0672A (or 0xA0672A) is known color: Mai Tai. HEX triplet: A0, 67 and 2A. RGB value is (160,103,42). Sum of RGB (Red+Green+Blue) = 160+103+42=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0672A is #5F98D5. Grayscale: #717171. Windows color (decimal): -6265046 or 2779040. OLE color: 2779040.

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

Color convert

RGB 160 103 42 -
CMYK 0 0.36 0.74 0.37
HSL 31.02º 0.58% 0.4% -
HSV(B) 31.02º 0.74% 0.63% -
XYZ 19.77 17.34 4.5 -
YUV 113.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 160 103 42 0 0.36 0.74 0.37 31.02 0.58 0.4
Hex A0 67 2A 0 24 4A 25 1F 3A 28
Octal 240 147 52 0 44 112 45 37 72 50
Binary 10100000 1100111 101010 0 100100 1001010 100101 11111 111010 101000

Color Harmonies of #A0672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0672A

Black with #A0672A

Text Example


Text Example

White with #A0672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0672A; }

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

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

background-color css

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

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

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

border-color css

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

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

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