Html Css Color HEX #A07372 Coral Tree

📋 copy color: '#A07372'

red 160 ◦ green 115 ◦ blue 114

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

Shades of Coral Tree #A07372

Tints of Coral Tree #A07372

RGB

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

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

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

R = 41.13%
G = 29.56%
B = 29.31%

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

#A07372 (or 0xA07372) is known color: Coral Tree. HEX triplet: A0, 73 and 72. RGB value is (160,115,114). Sum of RGB (Red+Green+Blue) = 160+115+114=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A07372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07372 is #5F8C8D. Grayscale: #808080. Windows color (decimal): -6261902 or 7500704. OLE color: 7500704.

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

Color convert

RGB 160 115 114 -
CMYK 0 0.28 0.29 0.37
HSL 1.3º 0.19% 0.54% -
HSV(B) 1.3º 0.29% 0.63% -
XYZ 23.67 20.95 18.72 -
YUV 128.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 160 115 114 0 0.28 0.29 0.37 1.3 0.19 0.54
Hex A0 73 72 0 1C 1D 25 1 13 36
Octal 240 163 162 0 34 35 45 1 23 66
Binary 10100000 1110011 1110010 0 11100 11101 100101 1 10011 110110

Color Harmonies of #A07372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07372

Black with #A07372

Text Example


Text Example

White with #A07372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07372; }

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

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

background-color css

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

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

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

border-color css

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

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

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