Html Css Color HEX #A36622 Mai Tai

📋 copy color: '#A36622'

red 163 ◦ green 102 ◦ blue 34

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

Shades of Mai Tai #A36622

Tints of Mai Tai #A36622

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.11%

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

R = 54.52%
G = 34.11%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A36622 (or 0xA36622) is known color: Mai Tai. HEX triplet: A3, 66 and 22. RGB value is (163,102,34). Sum of RGB (Red+Green+Blue) = 163+102+34=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A36622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36622 is #5C99DD. Grayscale: #707070. Windows color (decimal): -6068702 or 2254499. OLE color: 2254499.

HSL color Cylindrical-coordinate representation of color #A36622: hue angle of 31.63º 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 #A36622 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 102 34 -
CMYK 0 0.37 0.79 0.36
HSL 31.63º 0.65% 0.39% -
HSV(B) 31.63º 0.79% 0.64% -
XYZ 20.14 17.4 3.81 -
YUV 112.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 163 102 34 0 0.37 0.79 0.36 31.63 0.65 0.39
Hex A3 66 22 0 25 4F 24 20 41 27
Octal 243 146 42 0 45 117 44 40 101 47
Binary 10100011 1100110 100010 0 100101 1001111 100100 100000 1000001 100111

Color Harmonies of #A36622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36622

Black with #A36622

Text Example


Text Example

White with #A36622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36622; }

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

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

background-color css

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

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

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

border-color css

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

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

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