Html Css Color HEX #A07572 Coral Tree

📋 copy color: '#A07572'

red 160 ◦ green 117 ◦ blue 114

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

Shades of Coral Tree #A07572

Tints of Coral Tree #A07572

RGB

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

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

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

R = 40.92%
G = 29.92%
B = 29.16%

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

#A07572 (or 0xA07572) is known color: Coral Tree. HEX triplet: A0, 75 and 72. RGB value is (160,117,114). Sum of RGB (Red+Green+Blue) = 160+117+114=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A07572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07572 is #5F8A8D. Grayscale: #818181. Windows color (decimal): -6261390 or 7501216. OLE color: 7501216.

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

Color convert

RGB 160 117 114 -
CMYK 0 0.27 0.29 0.37
HSL 3.91º 0.19% 0.54% -
HSV(B) 3.91º 0.29% 0.63% -
XYZ 23.9 21.41 18.79 -
YUV 129.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 160 117 114 0 0.27 0.29 0.37 3.91 0.19 0.54
Hex A0 75 72 0 1B 1D 25 4 13 36
Octal 240 165 162 0 33 35 45 4 23 66
Binary 10100000 1110101 1110010 0 11011 11101 100101 100 10011 110110

Color Harmonies of #A07572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07572

Black with #A07572

Text Example


Text Example

White with #A07572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07572; }

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

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

background-color css

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

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

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

border-color css

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

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

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