Html Css Color HEX #A56248 Tuscany

📋 copy color: '#A56248'

red 165 ◦ green 98 ◦ blue 72

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

Shades of Tuscany #A56248

Tints of Tuscany #A56248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.25%

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 49.25%
G = 29.25%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A56248 (or 0xA56248) is known color: Tuscany. HEX triplet: A5, 62 and 48. RGB value is (165,98,72). Sum of RGB (Red+Green+Blue) = 165+98+72=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A56248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56248 is #5A9DB7. Grayscale: #737373. Windows color (decimal): -5938616 or 4743845. OLE color: 4743845.

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

Color convert

RGB 165 98 72 -
CMYK 0 0.41 0.56 0.35
HSL 16.77º 0.39% 0.46% -
HSV(B) 16.77º 0.56% 0.65% -
XYZ 21.05 17.2 8.34 -
YUV 115.07 103.7 163.61 -
System Red Green Blue C M Y K H S L
Decimal 165 98 72 0 0.41 0.56 0.35 16.77 0.39 0.46
Hex A5 62 48 0 29 38 23 11 27 2E
Octal 245 142 110 0 51 70 43 21 47 56
Binary 10100101 1100010 1001000 0 101001 111000 100011 10001 100111 101110

Color Harmonies of #A56248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56248

Black with #A56248

Text Example


Text Example

White with #A56248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56248; }

 p { color: rgb(165,98,72); }

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

background-color css

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

 a { background-color: rgb(165,98,72); }

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

border-color css

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

 span { border-color: rgb(165,98,72); }

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