Html Css Color HEX #A36122 Mai Tai

📋 copy color: '#A36122'

red 163 ◦ green 97 ◦ blue 34

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

Shades of Mai Tai #A36122

Tints of Mai Tai #A36122

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

 BLUE value IS 34 (13.67% from 255) = 11.56%

R = 55.44%
G = 32.99%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A36122 (or 0xA36122) is known color: Mai Tai. HEX triplet: A3, 61 and 22. RGB value is (163,97,34). Sum of RGB (Red+Green+Blue) = 163+97+34=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A36122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36122 is #5C9EDD. Grayscale: #6D6D6D. Windows color (decimal): -6069982 or 2253219. OLE color: 2253219.

HSL color Cylindrical-coordinate representation of color #A36122: hue angle of 29.3º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A36122 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 97 34 -
CMYK 0 0.40 0.79 0.36
HSL 29.3º 0.65% 0.39% -
HSV(B) 29.3º 0.79% 0.64% -
XYZ 19.67 16.45 3.65 -
YUV 109.55 85.37 166.12 -
System Red Green Blue C M Y K H S L
Decimal 163 97 34 0 0.40 0.79 0.36 29.3 0.65 0.39
Hex A3 61 22 0 28 4F 24 1D 41 27
Octal 243 141 42 0 50 117 44 35 101 47
Binary 10100011 1100001 100010 0 101000 1001111 100100 11101 1000001 100111

Color Harmonies of #A36122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36122

Black with #A36122

Text Example


Text Example

White with #A36122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36122; }

 p { color: rgb(163,97,34); }

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

background-color css

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

 a { background-color: rgb(163,97,34); }

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

border-color css

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

 span { border-color: rgb(163,97,34); }

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