Html Css Color HEX #A07371 Coral Tree

📋 copy color: '#A07371'

red 160 ◦ green 115 ◦ blue 113

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

Shades of Coral Tree #A07371

Tints of Coral Tree #A07371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.12%

R = 41.24%
G = 29.64%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A07371 (or 0xA07371) is known color: Coral Tree. HEX triplet: A0, 73 and 71. RGB value is (160,115,113). Sum of RGB (Red+Green+Blue) = 160+115+113=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A07371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07371 is #5F8C8E. Grayscale: #808080. Windows color (decimal): -6261903 or 7435168. OLE color: 7435168.

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

Color convert

RGB 160 115 113 -
CMYK 0 0.28 0.29 0.37
HSL 2.55º 0.2% 0.54% -
HSV(B) 2.55º 0.29% 0.63% -
XYZ 23.61 20.93 18.42 -
YUV 128.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 160 115 113 0 0.28 0.29 0.37 2.55 0.2 0.54
Hex A0 73 71 0 1C 1D 25 3 14 36
Octal 240 163 161 0 34 35 45 3 24 66
Binary 10100000 1110011 1110001 0 11100 11101 100101 11 10100 110110

Color Harmonies of #A07371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07371

Black with #A07371

Text Example


Text Example

White with #A07371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07371; }

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

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

background-color css

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

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

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

border-color css

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

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

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