Html Css Color HEX #A36034 Mai Tai

📋 copy color: '#A36034'

red 163 ◦ green 96 ◦ blue 52

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

Shades of Mai Tai #A36034

Tints of Mai Tai #A36034

RGB

 RED value IS 163 (64.06% from 255) = 52.41%

 GREEN value IS 96 (37.89% from 255) = 30.87%

 BLUE value IS 52 (20.7% from 255) = 16.72%

R = 52.41%
G = 30.87%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A36034 (or 0xA36034) is known color: Mai Tai. HEX triplet: A3, 60 and 34. RGB value is (163,96,52). Sum of RGB (Red+Green+Blue) = 163+96+52=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A36034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36034 is #5C9FCB. Grayscale: #6F6F6F. Windows color (decimal): -6070220 or 3432611. OLE color: 3432611.

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

Color convert

RGB 163 96 52 -
CMYK 0 0.41 0.68 0.36
HSL 23.78º 0.52% 0.42% -
HSV(B) 23.78º 0.68% 0.64% -
XYZ 19.91 16.4 5.37 -
YUV 111.02 94.7 165.08 -
System Red Green Blue C M Y K H S L
Decimal 163 96 52 0 0.41 0.68 0.36 23.78 0.52 0.42
Hex A3 60 34 0 29 44 24 18 34 2A
Octal 243 140 64 0 51 104 44 30 64 52
Binary 10100011 1100000 110100 0 101001 1000100 100100 11000 110100 101010

Color Harmonies of #A36034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36034

Black with #A36034

Text Example


Text Example

White with #A36034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36034; }

 p { color: rgb(163,96,52); }

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

background-color css

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

 a { background-color: rgb(163,96,52); }

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

border-color css

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

 span { border-color: rgb(163,96,52); }

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