Html Css Color HEX #A56530 Mai Tai

📋 copy color: '#A56530'

red 165 ◦ green 101 ◦ blue 48

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

Shades of Mai Tai #A56530

Tints of Mai Tai #A56530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.17%

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

R = 52.55%
G = 32.17%
B = 15.29%

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

#A56530 (or 0xA56530) is known color: Mai Tai. HEX triplet: A5, 65 and 30. RGB value is (165,101,48). Sum of RGB (Red+Green+Blue) = 165+101+48=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A56530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56530 is #5A9ACF. Grayscale: #727272. Windows color (decimal): -5937872 or 3171749. OLE color: 3171749.

HSL color Cylindrical-coordinate representation of color #A56530: hue angle of 27.18º 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 #A56530 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 101 48 -
CMYK 0 0.39 0.71 0.35
HSL 27.18º 0.55% 0.42% -
HSV(B) 27.18º 0.71% 0.65% -
XYZ 20.7 17.52 5.09 -
YUV 114.09 90.7 164.31 -
System Red Green Blue C M Y K H S L
Decimal 165 101 48 0 0.39 0.71 0.35 27.18 0.55 0.42
Hex A5 65 30 0 27 47 23 1B 37 2A
Octal 245 145 60 0 47 107 43 33 67 52
Binary 10100101 1100101 110000 0 100111 1000111 100011 11011 110111 101010

Color Harmonies of #A56530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56530

Black with #A56530

Text Example


Text Example

White with #A56530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56530; }

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

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

background-color css

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

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

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

border-color css

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

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

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