Html Css Color HEX #AD605D Coral Tree

📋 copy color: '#AD605D'

red 173 ◦ green 96 ◦ blue 93

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

Shades of Coral Tree #AD605D

Tints of Coral Tree #AD605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.52%

 BLUE value IS 93 (36.72% from 255) = 25.69%

R = 47.79%
G = 26.52%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD605D (or 0xAD605D) is known color: Coral Tree. HEX triplet: AD, 60 and 5D. RGB value is (173,96,93). Sum of RGB (Red+Green+Blue) = 173+96+93=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD605D is #529FA2. Grayscale: #767676. Windows color (decimal): -5414819 or 6119597. OLE color: 6119597.

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

Color convert

RGB 173 96 93 -
CMYK 0 0.45 0.46 0.32
HSL 2.25º 0.33% 0.52% -
HSV(B) 2.25º 0.46% 0.68% -
XYZ 23.39 18.04 12.61 -
YUV 118.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 173 96 93 0 0.45 0.46 0.32 2.25 0.33 0.52
Hex AD 60 5D 0 2D 2E 20 2 21 34
Octal 255 140 135 0 55 56 40 2 41 64
Binary 10101101 1100000 1011101 0 101101 101110 100000 10 100001 110100

Color Harmonies of #AD605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD605D

Black with #AD605D

Text Example


Text Example

White with #AD605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD605D; }

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

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

background-color css

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

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

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

border-color css

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

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

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