Html Css Color HEX #AD6A6A Coral Tree

📋 copy color: '#AD6A6A'

red 173 ◦ green 106 ◦ blue 106

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

Shades of Coral Tree #AD6A6A

Tints of Coral Tree #AD6A6A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.53%

 BLUE value IS 106 (41.8% from 255) = 27.53%

R = 44.94%
G = 27.53%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD6A6A (or 0xAD6A6A) is known color: Coral Tree. HEX triplet: AD, 6A and 6A. RGB value is (173,106,106). Sum of RGB (Red+Green+Blue) = 173+106+106=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6A6A is #529595. Grayscale: #7E7E7E. Windows color (decimal): -5412246 or 6974125. OLE color: 6974125.

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

Color convert

RGB 173 106 106 -
CMYK 0 0.39 0.39 0.32
HSL 0.29% 0.55% -
HSV(B) 0.39% 0.68% -
XYZ 24.99 20.23 16.22 -
YUV 126.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 173 106 106 0 0.39 0.39 0.32 0 0.29 0.55
Hex AD 6A 6A 0 27 27 20 0 1D 37
Octal 255 152 152 0 47 47 40 0 35 67
Binary 10101101 1101010 1101010 0 100111 100111 100000 0 11101 110111

Color Harmonies of #AD6A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6A6A

Black with #AD6A6A

Text Example


Text Example

White with #AD6A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6A6A; }

 p { color: rgb(173,106,106); }

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

background-color css

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

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

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

border-color css

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

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

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