Html Css Color HEX #AD665A Coral Tree

📋 copy color: '#AD665A'

red 173 ◦ green 102 ◦ blue 90

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

Shades of Coral Tree #AD665A

Tints of Coral Tree #AD665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.95%

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

R = 47.4%
G = 27.95%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD665A (or 0xAD665A) is known color: Coral Tree. HEX triplet: AD, 66 and 5A. RGB value is (173,102,90). Sum of RGB (Red+Green+Blue) = 173+102+90=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD665A is #5299A5. Grayscale: #797979. Windows color (decimal): -5413286 or 5924525. OLE color: 5924525.

HSL color Cylindrical-coordinate representation of color #AD665A: hue angle of 8.67º 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 #AD665A is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 102 90 -
CMYK 0 0.41 0.48 0.32
HSL 8.67º 0.34% 0.52% -
HSV(B) 8.67º 0.48% 0.68% -
XYZ 23.83 19.13 12.11 -
YUV 121.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 173 102 90 0 0.41 0.48 0.32 8.67 0.34 0.52
Hex AD 66 5A 0 29 30 20 9 22 34
Octal 255 146 132 0 51 60 40 11 42 64
Binary 10101101 1100110 1011010 0 101001 110000 100000 1001 100010 110100

Color Harmonies of #AD665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD665A

Black with #AD665A

Text Example


Text Example

White with #AD665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD665A; }

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

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

background-color css

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

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

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

border-color css

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

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

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