Html Css Color HEX #A56E6D Coral Tree

📋 copy color: '#A56E6D'

red 165 ◦ green 110 ◦ blue 109

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

Shades of Coral Tree #A56E6D

Tints of Coral Tree #A56E6D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.65%

 BLUE value IS 109 (42.97% from 255) = 28.39%

R = 42.97%
G = 28.65%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A56E6D (or 0xA56E6D) is known color: Coral Tree. HEX triplet: A5, 6E and 6D. RGB value is (165,110,109). Sum of RGB (Red+Green+Blue) = 165+110+109=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56E6D is #5A9192. Grayscale: #7E7E7E. Windows color (decimal): -5935507 or 7171749. OLE color: 7171749.

HSL color Cylindrical-coordinate representation of color #A56E6D: hue angle of 1.07º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A56E6D is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 110 109 -
CMYK 0 0.33 0.34 0.35
HSL 1.07º 0.24% 0.54% -
HSV(B) 1.07º 0.34% 0.65% -
XYZ 23.85 20.26 17.12 -
YUV 126.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 165 110 109 0 0.33 0.34 0.35 1.07 0.24 0.54
Hex A5 6E 6D 0 21 22 23 1 18 36
Octal 245 156 155 0 41 42 43 1 30 66
Binary 10100101 1101110 1101101 0 100001 100010 100011 1 11000 110110

Color Harmonies of #A56E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E6D

Black with #A56E6D

Text Example


Text Example

White with #A56E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E6D; }

 p { color: rgb(165,110,109); }

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

background-color css

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

 a { background-color: rgb(165,110,109); }

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

border-color css

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

 span { border-color: rgb(165,110,109); }

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