Html Css Color HEX #AD7969 Coral Tree

📋 copy color: '#AD7969'

red 173 ◦ green 121 ◦ blue 105

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

Shades of Coral Tree #AD7969

Tints of Coral Tree #AD7969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.33%

 BLUE value IS 105 (41.41% from 255) = 26.32%

R = 43.36%
G = 30.33%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD7969 (or 0xAD7969) is known color: Coral Tree. HEX triplet: AD, 79 and 69. RGB value is (173,121,105). Sum of RGB (Red+Green+Blue) = 173+121+105=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7969 is #528696. Grayscale: #868686. Windows color (decimal): -5408407 or 6912429. OLE color: 6912429.

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

Color convert

RGB 173 121 105 -
CMYK 0 0.30 0.39 0.32
HSL 14.12º 0.29% 0.55% -
HSV(B) 14.12º 0.39% 0.68% -
XYZ 26.62 23.58 16.51 -
YUV 134.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 173 121 105 0 0.30 0.39 0.32 14.12 0.29 0.55
Hex AD 79 69 0 1E 27 20 E 1D 37
Octal 255 171 151 0 36 47 40 16 35 67
Binary 10101101 1111001 1101001 0 11110 100111 100000 1110 11101 110111

Color Harmonies of #AD7969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7969

Black with #AD7969

Text Example


Text Example

White with #AD7969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7969; }

 p { color: rgb(173,121,105); }

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

background-color css

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

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

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

border-color css

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

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

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