Html Css Color HEX #A06433 Mai Tai

📋 copy color: '#A06433'

red 160 ◦ green 100 ◦ blue 51

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

Shades of Mai Tai #A06433

Tints of Mai Tai #A06433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.4%

R = 51.45%
G = 32.15%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A06433 (or 0xA06433) is known color: Mai Tai. HEX triplet: A0, 64 and 33. RGB value is (160,100,51). Sum of RGB (Red+Green+Blue) = 160+100+51=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A06433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06433 is #5F9BCC. Grayscale: #707070. Windows color (decimal): -6265805 or 3368096. OLE color: 3368096.

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

Color convert

RGB 160 100 51 -
CMYK 0 0.38 0.68 0.37
HSL 26.97º 0.52% 0.41% -
HSV(B) 26.97º 0.68% 0.63% -
XYZ 19.65 16.83 5.34 -
YUV 112.35 93.38 161.98 -
System Red Green Blue C M Y K H S L
Decimal 160 100 51 0 0.38 0.68 0.37 26.97 0.52 0.41
Hex A0 64 33 0 26 44 25 1B 34 29
Octal 240 144 63 0 46 104 45 33 64 51
Binary 10100000 1100100 110011 0 100110 1000100 100101 11011 110100 101001

Color Harmonies of #A06433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06433

Black with #A06433

Text Example


Text Example

White with #A06433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06433; }

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

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

background-color css

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

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

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

border-color css

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

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

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