Html Css Color HEX #A07470 Coral Tree

📋 copy color: '#A07470'

red 160 ◦ green 116 ◦ blue 112

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

Shades of Coral Tree #A07470

Tints of Coral Tree #A07470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

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

R = 41.24%
G = 29.9%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A07470 (or 0xA07470) is known color: Coral Tree. HEX triplet: A0, 74 and 70. RGB value is (160,116,112). Sum of RGB (Red+Green+Blue) = 160+116+112=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A07470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07470 is #5F8B8F. Grayscale: #808080. Windows color (decimal): -6261648 or 7369888. OLE color: 7369888.

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

Color convert

RGB 160 116 112 -
CMYK 0 0.28 0.30 0.37
HSL 0.2% 0.53% -
HSV(B) 0.3% 0.63% -
XYZ 23.67 21.13 18.16 -
YUV 128.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 160 116 112 0 0.28 0.30 0.37 5 0.2 0.53
Hex A0 74 70 0 1C 1E 25 5 14 35
Octal 240 164 160 0 34 36 45 5 24 65
Binary 10100000 1110100 1110000 0 11100 11110 100101 101 10100 110101

Color Harmonies of #A07470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07470

Black with #A07470

Text Example


Text Example

White with #A07470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07470; }

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

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

background-color css

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

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

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

border-color css

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

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

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