Html Css Color HEX #A56B60 Coral Tree

📋 copy color: '#A56B60'

red 165 ◦ green 107 ◦ blue 96

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

Shades of Coral Tree #A56B60

Tints of Coral Tree #A56B60

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

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

R = 44.84%
G = 29.08%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A56B60 (or 0xA56B60) is known color: Coral Tree. HEX triplet: A5, 6B and 60. RGB value is (165,107,96). Sum of RGB (Red+Green+Blue) = 165+107+96=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B60 is #5A949F. Grayscale: #7B7B7B. Windows color (decimal): -5936288 or 6319013. OLE color: 6319013.

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

Color convert

RGB 165 107 96 -
CMYK 0 0.35 0.42 0.35
HSL 9.57º 0.28% 0.51% -
HSV(B) 9.57º 0.42% 0.65% -
XYZ 22.89 19.36 13.6 -
YUV 123.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 165 107 96 0 0.35 0.42 0.35 9.57 0.28 0.51
Hex A5 6B 60 0 23 2A 23 A 1C 33
Octal 245 153 140 0 43 52 43 12 34 63
Binary 10100101 1101011 1100000 0 100011 101010 100011 1010 11100 110011

Color Harmonies of #A56B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B60

Black with #A56B60

Text Example


Text Example

White with #A56B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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