Html Css Color HEX #A06425 Mai Tai

📋 copy color: '#A06425'

red 160 ◦ green 100 ◦ blue 37

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

Shades of Mai Tai #A06425

Tints of Mai Tai #A06425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 53.87%
G = 33.67%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A06425 (or 0xA06425) is known color: Mai Tai. HEX triplet: A0, 64 and 25. RGB value is (160,100,37). Sum of RGB (Red+Green+Blue) = 160+100+37=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A06425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06425 is #5F9BDA. Grayscale: #6F6F6F. Windows color (decimal): -6265819 or 2450592. OLE color: 2450592.

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

Color convert

RGB 160 100 37 -
CMYK 0 0.38 0.77 0.37
HSL 30.73º 0.62% 0.39% -
HSV(B) 30.73º 0.77% 0.63% -
XYZ 19.39 16.72 3.96 -
YUV 110.76 86.38 163.12 -
System Red Green Blue C M Y K H S L
Decimal 160 100 37 0 0.38 0.77 0.37 30.73 0.62 0.39
Hex A0 64 25 0 26 4D 25 1F 3E 27
Octal 240 144 45 0 46 115 45 37 76 47
Binary 10100000 1100100 100101 0 100110 1001101 100101 11111 111110 100111

Color Harmonies of #A06425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06425

Black with #A06425

Text Example


Text Example

White with #A06425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06425; }

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

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

background-color css

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

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

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

border-color css

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

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

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