Html Css Color HEX #AD7265 Coral Tree

📋 copy color: '#AD7265'

red 173 ◦ green 114 ◦ blue 101

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

Shades of Coral Tree #AD7265

Tints of Coral Tree #AD7265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.03%

R = 44.59%
G = 29.38%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD7265 (or 0xAD7265) is known color: Coral Tree. HEX triplet: AD, 72 and 65. RGB value is (173,114,101). Sum of RGB (Red+Green+Blue) = 173+114+101=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7265 is #528D9A. Grayscale: #828282. Windows color (decimal): -5410203 or 6648493. OLE color: 6648493.

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

Color convert

RGB 173 114 101 -
CMYK 0 0.34 0.42 0.32
HSL 10.83º 0.31% 0.54% -
HSV(B) 10.83º 0.42% 0.68% -
XYZ 25.6 21.86 15.18 -
YUV 130.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 173 114 101 0 0.34 0.42 0.32 10.83 0.31 0.54
Hex AD 72 65 0 22 2A 20 B 1F 36
Octal 255 162 145 0 42 52 40 13 37 66
Binary 10101101 1110010 1100101 0 100010 101010 100000 1011 11111 110110

Color Harmonies of #AD7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7265

Black with #AD7265

Text Example


Text Example

White with #AD7265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7265; }

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

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

background-color css

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

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

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

border-color css

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

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

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