Html Css Color HEX #A36430 Mai Tai

📋 copy color: '#A36430'

red 163 ◦ green 100 ◦ blue 48

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

Shades of Mai Tai #A36430

Tints of Mai Tai #A36430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.43%

R = 52.41%
G = 32.15%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A36430 (or 0xA36430) is known color: Mai Tai. HEX triplet: A3, 64 and 30. RGB value is (163,100,48). Sum of RGB (Red+Green+Blue) = 163+100+48=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A36430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36430 is #5C9BCF. Grayscale: #717171. Windows color (decimal): -6069200 or 3171491. OLE color: 3171491.

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

Color convert

RGB 163 100 48 -
CMYK 0 0.39 0.71 0.36
HSL 27.13º 0.55% 0.41% -
HSV(B) 27.13º 0.71% 0.64% -
XYZ 20.19 17.11 5.04 -
YUV 112.91 91.37 163.73 -
System Red Green Blue C M Y K H S L
Decimal 163 100 48 0 0.39 0.71 0.36 27.13 0.55 0.41
Hex A3 64 30 0 27 47 24 1B 37 29
Octal 243 144 60 0 47 107 44 33 67 51
Binary 10100011 1100100 110000 0 100111 1000111 100100 11011 110111 101001

Color Harmonies of #A36430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36430

Black with #A36430

Text Example


Text Example

White with #A36430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36430; }

 p { color: rgb(163,100,48); }

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

background-color css

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

 a { background-color: rgb(163,100,48); }

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

border-color css

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

 span { border-color: rgb(163,100,48); }

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