Html Css Color HEX #AD695C Coral Tree

📋 copy color: '#AD695C'

red 173 ◦ green 105 ◦ blue 92

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

Shades of Coral Tree #AD695C

Tints of Coral Tree #AD695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.86%

R = 46.76%
G = 28.38%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD695C (or 0xAD695C) is known color: Coral Tree. HEX triplet: AD, 69 and 5C. RGB value is (173,105,92). Sum of RGB (Red+Green+Blue) = 173+105+92=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD695C is #5296A3. Grayscale: #7B7B7B. Windows color (decimal): -5412516 or 6056365. OLE color: 6056365.

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

Color convert

RGB 173 105 92 -
CMYK 0 0.39 0.47 0.32
HSL 9.63º 0.33% 0.52% -
HSV(B) 9.63º 0.47% 0.68% -
XYZ 24.22 19.76 12.66 -
YUV 123.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 173 105 92 0 0.39 0.47 0.32 9.63 0.33 0.52
Hex AD 69 5C 0 27 2F 20 A 21 34
Octal 255 151 134 0 47 57 40 12 41 64
Binary 10101101 1101001 1011100 0 100111 101111 100000 1010 100001 110100

Color Harmonies of #AD695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD695C

Black with #AD695C

Text Example


Text Example

White with #AD695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD695C; }

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

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

background-color css

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

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

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

border-color css

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

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

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