Html Css Color HEX #A0716A Coral Tree

📋 copy color: '#A0716A'

red 160 ◦ green 113 ◦ blue 106

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

Shades of Coral Tree #A0716A

Tints of Coral Tree #A0716A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 42.22%
G = 29.82%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0716A (or 0xA0716A) is known color: Coral Tree. HEX triplet: A0, 71 and 6A. RGB value is (160,113,106). Sum of RGB (Red+Green+Blue) = 160+113+106=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A0716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0716A is #5F8E95. Grayscale: #7E7E7E. Windows color (decimal): -6262422 or 6975904. OLE color: 6975904.

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

Color convert

RGB 160 113 106 -
CMYK 0 0.29 0.34 0.37
HSL 7.78º 0.22% 0.52% -
HSV(B) 7.78º 0.34% 0.63% -
XYZ 23 20.32 16.35 -
YUV 126.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 160 113 106 0 0.29 0.34 0.37 7.78 0.22 0.52
Hex A0 71 6A 0 1D 22 25 8 16 34
Octal 240 161 152 0 35 42 45 10 26 64
Binary 10100000 1110001 1101010 0 11101 100010 100101 1000 10110 110100

Color Harmonies of #A0716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0716A

Black with #A0716A

Text Example


Text Example

White with #A0716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0716A; }

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

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

background-color css

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

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

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

border-color css

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

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

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