Html Css Color HEX #A0716F Coral Tree

📋 copy color: '#A0716F'

red 160 ◦ green 113 ◦ blue 111

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

Shades of Coral Tree #A0716F

Tints of Coral Tree #A0716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.43%

 BLUE value IS 111 (43.75% from 255) = 28.91%

R = 41.67%
G = 29.43%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0716F (or 0xA0716F) is known color: Coral Tree. HEX triplet: A0, 71 and 6F. RGB value is (160,113,111). Sum of RGB (Red+Green+Blue) = 160+113+111=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0716F is #5F8E90. Grayscale: #7E7E7E. Windows color (decimal): -6262417 or 7303584. OLE color: 7303584.

HSL color Cylindrical-coordinate representation of color #A0716F: hue angle of 2.45º 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 #A0716F is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 113 111 -
CMYK 0 0.29 0.31 0.37
HSL 2.45º 0.21% 0.53% -
HSV(B) 2.45º 0.31% 0.63% -
XYZ 23.27 20.43 17.76 -
YUV 126.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 160 113 111 0 0.29 0.31 0.37 2.45 0.21 0.53
Hex A0 71 6F 0 1D 1F 25 2 15 35
Octal 240 161 157 0 35 37 45 2 25 65
Binary 10100000 1110001 1101111 0 11101 11111 100101 10 10101 110101

Color Harmonies of #A0716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0716F

Black with #A0716F

Text Example


Text Example

White with #A0716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0716F; }

 p { color: rgb(160,113,111); }

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

background-color css

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

 a { background-color: rgb(160,113,111); }

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

border-color css

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

 span { border-color: rgb(160,113,111); }

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