Html Css Color HEX #A56E6B Coral Tree

📋 copy color: '#A56E6B'

red 165 ◦ green 110 ◦ blue 107

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

Shades of Coral Tree #A56E6B

Tints of Coral Tree #A56E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 43.19%
G = 28.8%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A56E6B (or 0xA56E6B) is known color: Coral Tree. HEX triplet: A5, 6E and 6B. RGB value is (165,110,107). Sum of RGB (Red+Green+Blue) = 165+110+107=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56E6B is #5A9194. Grayscale: #7E7E7E. Windows color (decimal): -5935509 or 7040677. OLE color: 7040677.

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

Color convert

RGB 165 110 107 -
CMYK 0 0.33 0.35 0.35
HSL 3.1º 0.24% 0.53% -
HSV(B) 3.1º 0.35% 0.65% -
XYZ 23.75 20.21 16.56 -
YUV 126.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 165 110 107 0 0.33 0.35 0.35 3.1 0.24 0.53
Hex A5 6E 6B 0 21 23 23 3 18 35
Octal 245 156 153 0 41 43 43 3 30 65
Binary 10100101 1101110 1101011 0 100001 100011 100011 11 11000 110101

Color Harmonies of #A56E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E6B

Black with #A56E6B

Text Example


Text Example

White with #A56E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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