Html Css Color HEX #A07571 Coral Tree

📋 copy color: '#A07571'

red 160 ◦ green 117 ◦ blue 113

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

Shades of Coral Tree #A07571

Tints of Coral Tree #A07571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30%

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

R = 41.03%
G = 30%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A07571 (or 0xA07571) is known color: Coral Tree. HEX triplet: A0, 75 and 71. RGB value is (160,117,113). Sum of RGB (Red+Green+Blue) = 160+117+113=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A07571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07571 is #5F8A8E. Grayscale: #818181. Windows color (decimal): -6261391 or 7435680. OLE color: 7435680.

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

Color convert

RGB 160 117 113 -
CMYK 0 0.27 0.29 0.37
HSL 5.11º 0.2% 0.54% -
HSV(B) 5.11º 0.29% 0.63% -
XYZ 23.84 21.39 18.49 -
YUV 129.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 160 117 113 0 0.27 0.29 0.37 5.11 0.2 0.54
Hex A0 75 71 0 1B 1D 25 5 14 36
Octal 240 165 161 0 33 35 45 5 24 66
Binary 10100000 1110101 1110001 0 11011 11101 100101 101 10100 110110

Color Harmonies of #A07571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07571

Black with #A07571

Text Example


Text Example

White with #A07571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07571; }

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

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

background-color css

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

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

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

border-color css

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

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

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