Html Css Color HEX #A56430 Mai Tai

📋 copy color: '#A56430'

red 165 ◦ green 100 ◦ blue 48

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

Shades of Mai Tai #A56430

Tints of Mai Tai #A56430

RGB

 RED value IS 165 (64.84% from 255) = 52.72%

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

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

R = 52.72%
G = 31.95%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A56430 (or 0xA56430) is known color: Mai Tai. HEX triplet: A5, 64 and 30. RGB value is (165,100,48). Sum of RGB (Red+Green+Blue) = 165+100+48=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A56430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56430 is #5A9BCF. Grayscale: #717171. Windows color (decimal): -5938128 or 3171493. OLE color: 3171493.

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

Color convert

RGB 165 100 48 -
CMYK 0 0.39 0.71 0.35
HSL 26.67º 0.55% 0.42% -
HSV(B) 26.67º 0.71% 0.65% -
XYZ 20.61 17.33 5.05 -
YUV 113.51 91.03 164.73 -
System Red Green Blue C M Y K H S L
Decimal 165 100 48 0 0.39 0.71 0.35 26.67 0.55 0.42
Hex A5 64 30 0 27 47 23 1B 37 2A
Octal 245 144 60 0 47 107 43 33 67 52
Binary 10100101 1100100 110000 0 100111 1000111 100011 11011 110111 101010

Color Harmonies of #A56430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56430

Black with #A56430

Text Example


Text Example

White with #A56430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56430; }

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

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

background-color css

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

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

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

border-color css

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

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

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