Html Css Color HEX #AD645A Coral Tree

📋 copy color: '#AD645A'

red 173 ◦ green 100 ◦ blue 90

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

Shades of Coral Tree #AD645A

Tints of Coral Tree #AD645A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

 BLUE value IS 90 (35.55% from 255) = 24.79%

R = 47.66%
G = 27.55%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD645A (or 0xAD645A) is known color: Coral Tree. HEX triplet: AD, 64 and 5A. RGB value is (173,100,90). Sum of RGB (Red+Green+Blue) = 173+100+90=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD645A is #529BA5. Grayscale: #787878. Windows color (decimal): -5413798 or 5924013. OLE color: 5924013.

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

Color convert

RGB 173 100 90 -
CMYK 0 0.42 0.48 0.32
HSL 7.23º 0.34% 0.52% -
HSV(B) 7.23º 0.48% 0.68% -
XYZ 23.64 18.74 12.04 -
YUV 120.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 173 100 90 0 0.42 0.48 0.32 7.23 0.34 0.52
Hex AD 64 5A 0 2A 30 20 7 22 34
Octal 255 144 132 0 52 60 40 7 42 64
Binary 10101101 1100100 1011010 0 101010 110000 100000 111 100010 110100

Color Harmonies of #AD645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD645A

Black with #AD645A

Text Example


Text Example

White with #AD645A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD645A; }

 p { color: rgb(173,100,90); }

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

background-color css

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

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

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

border-color css

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

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

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