Html Css Color HEX #A56966 Coral Tree

📋 copy color: '#A56966'

red 165 ◦ green 105 ◦ blue 102

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

Shades of Coral Tree #A56966

Tints of Coral Tree #A56966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.23%

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

R = 44.35%
G = 28.23%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A56966 (or 0xA56966) is known color: Coral Tree. HEX triplet: A5, 69 and 66. RGB value is (165,105,102). Sum of RGB (Red+Green+Blue) = 165+105+102=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A56966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56966 is #5A9699. Grayscale: #7A7A7A. Windows color (decimal): -5936794 or 6711717. OLE color: 6711717.

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

Color convert

RGB 165 105 102 -
CMYK 0 0.36 0.38 0.35
HSL 2.86º 0.26% 0.52% -
HSV(B) 2.86º 0.38% 0.65% -
XYZ 22.97 19.06 15.04 -
YUV 122.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 165 105 102 0 0.36 0.38 0.35 2.86 0.26 0.52
Hex A5 69 66 0 24 26 23 3 1A 34
Octal 245 151 146 0 44 46 43 3 32 64
Binary 10100101 1101001 1100110 0 100100 100110 100011 11 11010 110100

Color Harmonies of #A56966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56966

Black with #A56966

Text Example


Text Example

White with #A56966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56966; }

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

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

background-color css

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

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

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

border-color css

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

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

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