Html Css Color HEX #A07472 Coral Tree

📋 copy color: '#A07472'

red 160 ◦ green 116 ◦ blue 114

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

Shades of Coral Tree #A07472

Tints of Coral Tree #A07472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.23%

R = 41.03%
G = 29.74%
B = 29.23%

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

#A07472 (or 0xA07472) is known color: Coral Tree. HEX triplet: A0, 74 and 72. RGB value is (160,116,114). Sum of RGB (Red+Green+Blue) = 160+116+114=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A07472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07472 is #5F8B8D. Grayscale: #808080. Windows color (decimal): -6261646 or 7500960. OLE color: 7500960.

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

Color convert

RGB 160 116 114 -
CMYK 0 0.28 0.29 0.37
HSL 2.61º 0.19% 0.54% -
HSV(B) 2.61º 0.29% 0.63% -
XYZ 23.78 21.18 18.75 -
YUV 128.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 160 116 114 0 0.28 0.29 0.37 2.61 0.19 0.54
Hex A0 74 72 0 1C 1D 25 3 13 36
Octal 240 164 162 0 34 35 45 3 23 66
Binary 10100000 1110100 1110010 0 11100 11101 100101 11 10011 110110

Color Harmonies of #A07472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07472

Black with #A07472

Text Example


Text Example

White with #A07472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07472; }

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

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

background-color css

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

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

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

border-color css

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

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

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