Html Css Color HEX #AD695D Coral Tree

📋 copy color: '#AD695D'

red 173 ◦ green 105 ◦ blue 93

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

Shades of Coral Tree #AD695D

Tints of Coral Tree #AD695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.3%

 BLUE value IS 93 (36.72% from 255) = 25.07%

R = 46.63%
G = 28.3%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD695D (or 0xAD695D) is known color: Coral Tree. HEX triplet: AD, 69 and 5D. RGB value is (173,105,93). Sum of RGB (Red+Green+Blue) = 173+105+93=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD695D is #5296A2. Grayscale: #7C7C7C. Windows color (decimal): -5412515 or 6121901. OLE color: 6121901.

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

Color convert

RGB 173 105 93 -
CMYK 0 0.39 0.46 0.32
HSL 0.33% 0.52% -
HSV(B) 0.46% 0.68% -
XYZ 24.26 19.78 12.89 -
YUV 123.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 173 105 93 0 0.39 0.46 0.32 9 0.33 0.52
Hex AD 69 5D 0 27 2E 20 9 21 34
Octal 255 151 135 0 47 56 40 11 41 64
Binary 10101101 1101001 1011101 0 100111 101110 100000 1001 100001 110100

Color Harmonies of #AD695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD695D

Black with #AD695D

Text Example


Text Example

White with #AD695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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