Html Css Color HEX #AD6755 Sante Fe

📋 copy color: '#AD6755'

red 173 ◦ green 103 ◦ blue 85

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

Shades of Sante Fe #AD6755

Tints of Sante Fe #AD6755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.53%

 BLUE value IS 85 (33.59% from 255) = 23.55%

R = 47.92%
G = 28.53%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD6755 (or 0xAD6755) is known color: Sante Fe. HEX triplet: AD, 67 and 55. RGB value is (173,103,85). Sum of RGB (Red+Green+Blue) = 173+103+85=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6755 is #5298AA. Grayscale: #7A7A7A. Windows color (decimal): -5413035 or 5597101. OLE color: 5597101.

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

Color convert

RGB 173 103 85 -
CMYK 0 0.40 0.51 0.32
HSL 12.27º 0.35% 0.51% -
HSV(B) 12.27º 0.51% 0.68% -
XYZ 23.72 19.24 11.06 -
YUV 121.88 107.19 164.46 -
System Red Green Blue C M Y K H S L
Decimal 173 103 85 0 0.40 0.51 0.32 12.27 0.35 0.51
Hex AD 67 55 0 28 33 20 C 23 33
Octal 255 147 125 0 50 63 40 14 43 63
Binary 10101101 1100111 1010101 0 101000 110011 100000 1100 100011 110011

Color Harmonies of #AD6755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6755

Black with #AD6755

Text Example


Text Example

White with #AD6755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6755; }

 p { color: rgb(173,103,85); }

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

background-color css

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

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

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

border-color css

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

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

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