Html Css Color HEX #A56630 Mai Tai

📋 copy color: '#A56630'

red 165 ◦ green 102 ◦ blue 48

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

Shades of Mai Tai #A56630

Tints of Mai Tai #A56630

RGB

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

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

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

R = 52.38%
G = 32.38%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A56630 (or 0xA56630) is known color: Mai Tai. HEX triplet: A5, 66 and 30. RGB value is (165,102,48). Sum of RGB (Red+Green+Blue) = 165+102+48=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A56630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56630 is #5A99CF. Grayscale: #727272. Windows color (decimal): -5937616 or 3172005. OLE color: 3172005.

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

Color convert

RGB 165 102 48 -
CMYK 0 0.38 0.71 0.35
HSL 27.69º 0.55% 0.42% -
HSV(B) 27.69º 0.71% 0.65% -
XYZ 20.8 17.72 5.12 -
YUV 114.68 90.37 163.89 -
System Red Green Blue C M Y K H S L
Decimal 165 102 48 0 0.38 0.71 0.35 27.69 0.55 0.42
Hex A5 66 30 0 26 47 23 1C 37 2A
Octal 245 146 60 0 46 107 43 34 67 52
Binary 10100101 1100110 110000 0 100110 1000111 100011 11100 110111 101010

Color Harmonies of #A56630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56630

Black with #A56630

Text Example


Text Example

White with #A56630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56630; }

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

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

background-color css

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

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

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

border-color css

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

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

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