Html Css Color HEX #A56B6B Coral Tree

📋 copy color: '#A56B6B'

red 165 ◦ green 107 ◦ blue 107

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

Shades of Coral Tree #A56B6B

Tints of Coral Tree #A56B6B

RGB

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

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

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

R = 43.54%
G = 28.23%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A56B6B (or 0xA56B6B) is known color: Coral Tree. HEX triplet: A5, 6B and 6B. RGB value is (165,107,107). Sum of RGB (Red+Green+Blue) = 165+107+107=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B6B is #5A9494. Grayscale: #7C7C7C. Windows color (decimal): -5936277 or 7039909. OLE color: 7039909.

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

Color convert

RGB 165 107 107 -
CMYK 0 0.35 0.35 0.35
HSL 0.24% 0.53% -
HSV(B) 0.35% 0.65% -
XYZ 23.43 19.58 16.45 -
YUV 124.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 165 107 107 0 0.35 0.35 0.35 0 0.24 0.53
Hex A5 6B 6B 0 23 23 23 0 18 35
Octal 245 153 153 0 43 43 43 0 30 65
Binary 10100101 1101011 1101011 0 100011 100011 100011 0 11000 110101

Color Harmonies of #A56B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B6B

Black with #A56B6B

Text Example


Text Example

White with #A56B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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