Html Css Color HEX #A06426 Mai Tai

📋 copy color: '#A06426'

red 160 ◦ green 100 ◦ blue 38

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

Shades of Mai Tai #A06426

Tints of Mai Tai #A06426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.56%

 BLUE value IS 38 (15.23% from 255) = 12.75%

R = 53.69%
G = 33.56%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A06426 (or 0xA06426) is known color: Mai Tai. HEX triplet: A0, 64 and 26. RGB value is (160,100,38). Sum of RGB (Red+Green+Blue) = 160+100+38=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A06426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06426 is #5F9BD9. Grayscale: #6F6F6F. Windows color (decimal): -6265818 or 2516128. OLE color: 2516128.

HSL color Cylindrical-coordinate representation of color #A06426: hue angle of 30.49º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A06426 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 100 38 -
CMYK 0 0.38 0.76 0.37
HSL 30.49º 0.62% 0.39% -
HSV(B) 30.49º 0.76% 0.63% -
XYZ 19.4 16.73 4.04 -
YUV 110.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 160 100 38 0 0.38 0.76 0.37 30.49 0.62 0.39
Hex A0 64 26 0 26 4C 25 1E 3E 27
Octal 240 144 46 0 46 114 45 36 76 47
Binary 10100000 1100100 100110 0 100110 1001100 100101 11110 111110 100111

Color Harmonies of #A06426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06426

Black with #A06426

Text Example


Text Example

White with #A06426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06426; }

 p { color: rgb(160,100,38); }

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

background-color css

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

 a { background-color: rgb(160,100,38); }

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

border-color css

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

 span { border-color: rgb(160,100,38); }

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