Html Css Color HEX #A0736E Coral Tree

📋 copy color: '#A0736E'

red 160 ◦ green 115 ◦ blue 110

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

Shades of Coral Tree #A0736E

Tints of Coral Tree #A0736E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.57%

R = 41.56%
G = 29.87%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0736E (or 0xA0736E) is known color: Coral Tree. HEX triplet: A0, 73 and 6E. RGB value is (160,115,110). Sum of RGB (Red+Green+Blue) = 160+115+110=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A0736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0736E is #5F8C91. Grayscale: #7F7F7F. Windows color (decimal): -6261906 or 7238560. OLE color: 7238560.

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

Color convert

RGB 160 115 110 -
CMYK 0 0.28 0.31 0.37
HSL 0.21% 0.53% -
HSV(B) 0.31% 0.63% -
XYZ 23.44 20.86 17.54 -
YUV 127.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 160 115 110 0 0.28 0.31 0.37 6 0.21 0.53
Hex A0 73 6E 0 1C 1F 25 6 15 35
Octal 240 163 156 0 34 37 45 6 25 65
Binary 10100000 1110011 1101110 0 11100 11111 100101 110 10101 110101

Color Harmonies of #A0736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0736E

Black with #A0736E

Text Example


Text Example

White with #A0736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0736E; }

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

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

background-color css

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

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

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

border-color css

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

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

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