Html Css Color HEX #AD7575 Coral Tree

📋 copy color: '#AD7575'

red 173 ◦ green 117 ◦ blue 117

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

Shades of Coral Tree #AD7575

Tints of Coral Tree #AD7575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 42.51%
G = 28.75%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD7575 (or 0xAD7575) is known color: Coral Tree. HEX triplet: AD, 75 and 75. RGB value is (173,117,117). Sum of RGB (Red+Green+Blue) = 173+117+117=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7575 is #528A8A. Grayscale: #858585. Windows color (decimal): -5409419 or 7697837. OLE color: 7697837.

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

Color convert

RGB 173 117 117 -
CMYK 0 0.32 0.32 0.32
HSL 0.25% 0.57% -
HSV(B) 0.32% 0.68% -
XYZ 26.81 22.89 19.84 -
YUV 133.74 118.55 156 -
System Red Green Blue C M Y K H S L
Decimal 173 117 117 0 0.32 0.32 0.32 0 0.25 0.57
Hex AD 75 75 0 20 20 20 0 19 39
Octal 255 165 165 0 40 40 40 0 31 71
Binary 10101101 1110101 1110101 0 100000 100000 100000 0 11001 111001

Color Harmonies of #AD7575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7575

Black with #AD7575

Text Example


Text Example

White with #AD7575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7575; }

 p { color: rgb(173,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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