Html Css Color HEX #A56866 Coral Tree

📋 copy color: '#A56866'

red 165 ◦ green 104 ◦ blue 102

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

Shades of Coral Tree #A56866

Tints of Coral Tree #A56866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 44.47%
G = 28.03%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A56866 (or 0xA56866) is known color: Coral Tree. HEX triplet: A5, 68 and 66. RGB value is (165,104,102). Sum of RGB (Red+Green+Blue) = 165+104+102=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A56866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56866 is #5A9799. Grayscale: #7A7A7A. Windows color (decimal): -5937050 or 6711461. OLE color: 6711461.

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

Color convert

RGB 165 104 102 -
CMYK 0 0.37 0.38 0.35
HSL 1.9º 0.26% 0.52% -
HSV(B) 1.9º 0.38% 0.65% -
XYZ 22.87 18.86 15.01 -
YUV 122.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 165 104 102 0 0.37 0.38 0.35 1.9 0.26 0.52
Hex A5 68 66 0 25 26 23 2 1A 34
Octal 245 150 146 0 45 46 43 2 32 64
Binary 10100101 1101000 1100110 0 100101 100110 100011 10 11010 110100

Color Harmonies of #A56866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56866

Black with #A56866

Text Example


Text Example

White with #A56866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56866; }

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

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

background-color css

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

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

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

border-color css

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

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

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