Html Css Color HEX #A0716C Coral Tree

📋 copy color: '#A0716C'

red 160 ◦ green 113 ◦ blue 108

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

Shades of Coral Tree #A0716C

Tints of Coral Tree #A0716C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.35%

R = 41.99%
G = 29.66%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0716C (or 0xA0716C) is known color: Coral Tree. HEX triplet: A0, 71 and 6C. RGB value is (160,113,108). Sum of RGB (Red+Green+Blue) = 160+113+108=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0716C is #5F8E93. Grayscale: #7E7E7E. Windows color (decimal): -6262420 or 7106976. OLE color: 7106976.

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

Color convert

RGB 160 113 108 -
CMYK 0 0.29 0.32 0.37
HSL 5.77º 0.21% 0.53% -
HSV(B) 5.77º 0.33% 0.63% -
XYZ 23.11 20.37 16.9 -
YUV 126.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 160 113 108 0 0.29 0.32 0.37 5.77 0.21 0.53
Hex A0 71 6C 0 1D 20 25 6 15 35
Octal 240 161 154 0 35 40 45 6 25 65
Binary 10100000 1110001 1101100 0 11101 100000 100101 110 10101 110101

Color Harmonies of #A0716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0716C

Black with #A0716C

Text Example


Text Example

White with #A0716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0716C; }

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

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

background-color css

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

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

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

border-color css

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

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

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