Html Css Color HEX #A07170 Coral Tree

📋 copy color: '#A07170'

red 160 ◦ green 113 ◦ blue 112

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

Shades of Coral Tree #A07170

Tints of Coral Tree #A07170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.09%

R = 41.56%
G = 29.35%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A07170 (or 0xA07170) is known color: Coral Tree. HEX triplet: A0, 71 and 70. RGB value is (160,113,112). Sum of RGB (Red+Green+Blue) = 160+113+112=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A07170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07170 is #5F8E8F. Grayscale: #7E7E7E. Windows color (decimal): -6262416 or 7369120. OLE color: 7369120.

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

Color convert

RGB 160 113 112 -
CMYK 0 0.29 0.30 0.37
HSL 1.25º 0.2% 0.53% -
HSV(B) 1.25º 0.3% 0.63% -
XYZ 23.33 20.45 18.05 -
YUV 126.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 160 113 112 0 0.29 0.30 0.37 1.25 0.2 0.53
Hex A0 71 70 0 1D 1E 25 1 14 35
Octal 240 161 160 0 35 36 45 1 24 65
Binary 10100000 1110001 1110000 0 11101 11110 100101 1 10100 110101

Color Harmonies of #A07170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07170

Black with #A07170

Text Example


Text Example

White with #A07170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07170; }

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

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

background-color css

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

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

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

border-color css

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

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

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