Html Css Color HEX #A56660 Coral Tree

📋 copy color: '#A56660'

red 165 ◦ green 102 ◦ blue 96

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

Shades of Coral Tree #A56660

Tints of Coral Tree #A56660

RGB

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

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

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

R = 45.45%
G = 28.1%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A56660 (or 0xA56660) is known color: Coral Tree. HEX triplet: A5, 66 and 60. RGB value is (165,102,96). Sum of RGB (Red+Green+Blue) = 165+102+96=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A56660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56660 is #5A999F. Grayscale: #787878. Windows color (decimal): -5937568 or 6317733. OLE color: 6317733.

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

Color convert

RGB 165 102 96 -
CMYK 0 0.38 0.42 0.35
HSL 5.22º 0.28% 0.51% -
HSV(B) 5.22º 0.42% 0.65% -
XYZ 22.38 18.35 13.43 -
YUV 120.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 165 102 96 0 0.38 0.42 0.35 5.22 0.28 0.51
Hex A5 66 60 0 26 2A 23 5 1C 33
Octal 245 146 140 0 46 52 43 5 34 63
Binary 10100101 1100110 1100000 0 100110 101010 100011 101 11100 110011

Color Harmonies of #A56660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56660

Black with #A56660

Text Example


Text Example

White with #A56660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56660; }

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

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

background-color css

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

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

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

border-color css

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

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

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