Html Css Color HEX #AD665F Coral Tree

📋 copy color: '#AD665F'

red 173 ◦ green 102 ◦ blue 95

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

Shades of Coral Tree #AD665F

Tints of Coral Tree #AD665F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 46.76%
G = 27.57%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD665F (or 0xAD665F) is known color: Coral Tree. HEX triplet: AD, 66 and 5F. RGB value is (173,102,95). Sum of RGB (Red+Green+Blue) = 173+102+95=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD665F is #5299A0. Grayscale: #7A7A7A. Windows color (decimal): -5413281 or 6252205. OLE color: 6252205.

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

Color convert

RGB 173 102 95 -
CMYK 0 0.41 0.45 0.32
HSL 5.38º 0.32% 0.53% -
HSV(B) 5.38º 0.45% 0.68% -
XYZ 24.05 19.21 13.27 -
YUV 122.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 173 102 95 0 0.41 0.45 0.32 5.38 0.32 0.53
Hex AD 66 5F 0 29 2D 20 5 20 35
Octal 255 146 137 0 51 55 40 5 40 65
Binary 10101101 1100110 1011111 0 101001 101101 100000 101 100000 110101

Color Harmonies of #AD665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD665F

Black with #AD665F

Text Example


Text Example

White with #AD665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD665F; }

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

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

background-color css

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

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

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

border-color css

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

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

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