Html Css Color HEX #A56865 Coral Tree

📋 copy color: '#A56865'

red 165 ◦ green 104 ◦ blue 101

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

Shades of Coral Tree #A56865

Tints of Coral Tree #A56865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

 BLUE value IS 101 (39.84% from 255) = 27.3%

R = 44.59%
G = 28.11%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A56865 (or 0xA56865) is known color: Coral Tree. HEX triplet: A5, 68 and 65. RGB value is (165,104,101). Sum of RGB (Red+Green+Blue) = 165+104+101=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A56865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56865 is #5A979A. Grayscale: #797979. Windows color (decimal): -5937051 or 6645925. OLE color: 6645925.

HSL color Cylindrical-coordinate representation of color #A56865: hue angle of 2.81º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56865 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 104 101 -
CMYK 0 0.37 0.39 0.35
HSL 2.81º 0.26% 0.52% -
HSV(B) 2.81º 0.39% 0.65% -
XYZ 22.82 18.84 14.75 -
YUV 121.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 165 104 101 0 0.37 0.39 0.35 2.81 0.26 0.52
Hex A5 68 65 0 25 27 23 3 1A 34
Octal 245 150 145 0 45 47 43 3 32 64
Binary 10100101 1101000 1100101 0 100101 100111 100011 11 11010 110100

Color Harmonies of #A56865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56865

Black with #A56865

Text Example


Text Example

White with #A56865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56865; }

 p { color: rgb(165,104,101); }

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

background-color css

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

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

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

border-color css

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

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

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