Html Css Color HEX #A0736B Coral Tree

📋 copy color: '#A0736B'

red 160 ◦ green 115 ◦ blue 107

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

Shades of Coral Tree #A0736B

Tints of Coral Tree #A0736B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 41.88%
G = 30.1%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0736B (or 0xA0736B) is known color: Coral Tree. HEX triplet: A0, 73 and 6B. RGB value is (160,115,107). Sum of RGB (Red+Green+Blue) = 160+115+107=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0736B is #5F8C94. Grayscale: #7F7F7F. Windows color (decimal): -6261909 or 7041952. OLE color: 7041952.

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

Color convert

RGB 160 115 107 -
CMYK 0 0.28 0.33 0.37
HSL 9.06º 0.22% 0.52% -
HSV(B) 9.06º 0.33% 0.63% -
XYZ 23.28 20.8 16.7 -
YUV 127.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 160 115 107 0 0.28 0.33 0.37 9.06 0.22 0.52
Hex A0 73 6B 0 1C 21 25 9 16 34
Octal 240 163 153 0 34 41 45 11 26 64
Binary 10100000 1110011 1101011 0 11100 100001 100101 1001 10110 110100

Color Harmonies of #A0736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0736B

Black with #A0736B

Text Example


Text Example

White with #A0736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0736B; }

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

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

background-color css

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

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

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

border-color css

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

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

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