Html Css Color HEX #A0736D Coral Tree

📋 copy color: '#A0736D'

red 160 ◦ green 115 ◦ blue 109

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

Shades of Coral Tree #A0736D

Tints of Coral Tree #A0736D

RGB

 RED value IS 160 (62.89% from 255) = 41.67%

 GREEN value IS 115 (45.31% from 255) = 29.95%

 BLUE value IS 109 (42.97% from 255) = 28.39%

R = 41.67%
G = 29.95%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0736D (or 0xA0736D) is known color: Coral Tree. HEX triplet: A0, 73 and 6D. RGB value is (160,115,109). Sum of RGB (Red+Green+Blue) = 160+115+109=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0736D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0736D is #5F8C92. Grayscale: #7F7F7F. Windows color (decimal): -6261907 or 7173024. OLE color: 7173024.

HSL color Cylindrical-coordinate representation of color #A0736D: hue angle of 7.06º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0736D is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 115 109 -
CMYK 0 0.28 0.32 0.37
HSL 7.06º 0.21% 0.53% -
HSV(B) 7.06º 0.32% 0.63% -
XYZ 23.39 20.84 17.26 -
YUV 127.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 160 115 109 0 0.28 0.32 0.37 7.06 0.21 0.53
Hex A0 73 6D 0 1C 20 25 7 15 35
Octal 240 163 155 0 34 40 45 7 25 65
Binary 10100000 1110011 1101101 0 11100 100000 100101 111 10101 110101

Color Harmonies of #A0736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0736D

Black with #A0736D

Text Example


Text Example

White with #A0736D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0736D; }

 p { color: rgb(160,115,109); }

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

background-color css

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

 a { background-color: rgb(160,115,109); }

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

border-color css

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

 span { border-color: rgb(160,115,109); }

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