Html Css Color HEX #AD7260 Coral Tree

📋 copy color: '#AD7260'

red 173 ◦ green 114 ◦ blue 96

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

Shades of Coral Tree #AD7260

Tints of Coral Tree #AD7260

RGB

 RED value IS 173 (67.97% from 255) = 45.17%

 GREEN value IS 114 (44.92% from 255) = 29.77%

 BLUE value IS 96 (37.89% from 255) = 25.07%

R = 45.17%
G = 29.77%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD7260 (or 0xAD7260) is known color: Coral Tree. HEX triplet: AD, 72 and 60. RGB value is (173,114,96). Sum of RGB (Red+Green+Blue) = 173+114+96=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7260 is #528D9F. Grayscale: #818181. Windows color (decimal): -5410208 or 6320813. OLE color: 6320813.

HSL color Cylindrical-coordinate representation of color #AD7260: hue angle of 14.03º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD7260 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 114 96 -
CMYK 0 0.34 0.45 0.32
HSL 14.03º 0.32% 0.53% -
HSV(B) 14.03º 0.45% 0.68% -
XYZ 25.36 21.76 13.93 -
YUV 129.59 109.05 158.96 -
System Red Green Blue C M Y K H S L
Decimal 173 114 96 0 0.34 0.45 0.32 14.03 0.32 0.53
Hex AD 72 60 0 22 2D 20 E 20 35
Octal 255 162 140 0 42 55 40 16 40 65
Binary 10101101 1110010 1100000 0 100010 101101 100000 1110 100000 110101

Color Harmonies of #AD7260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7260

Black with #AD7260

Text Example


Text Example

White with #AD7260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7260; }

 p { color: rgb(173,114,96); }

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

background-color css

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

 a { background-color: rgb(173,114,96); }

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

border-color css

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

 span { border-color: rgb(173,114,96); }

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