Html Css Color HEX #A56460 Coral Tree

📋 copy color: '#A56460'

red 165 ◦ green 100 ◦ blue 96

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

Shades of Coral Tree #A56460

Tints of Coral Tree #A56460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 45.71%
G = 27.7%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A56460 (or 0xA56460) is known color: Coral Tree. HEX triplet: A5, 64 and 60. RGB value is (165,100,96). Sum of RGB (Red+Green+Blue) = 165+100+96=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A56460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56460 is #5A9B9F. Grayscale: #777777. Windows color (decimal): -5938080 or 6317221. OLE color: 6317221.

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

Color convert

RGB 165 100 96 -
CMYK 0 0.39 0.42 0.35
HSL 3.48º 0.28% 0.51% -
HSV(B) 3.48º 0.42% 0.65% -
XYZ 22.19 17.96 13.36 -
YUV 118.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 165 100 96 0 0.39 0.42 0.35 3.48 0.28 0.51
Hex A5 64 60 0 27 2A 23 3 1C 33
Octal 245 144 140 0 47 52 43 3 34 63
Binary 10100101 1100100 1100000 0 100111 101010 100011 11 11100 110011

Color Harmonies of #A56460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56460

Black with #A56460

Text Example


Text Example

White with #A56460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56460; }

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

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

background-color css

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

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

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

border-color css

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

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

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