Html Css Color HEX #AD7655 Sante Fe

📋 copy color: '#AD7655'

red 173 ◦ green 118 ◦ blue 85

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

Shades of Sante Fe #AD7655

Tints of Sante Fe #AD7655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.38%

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

R = 46.01%
G = 31.38%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD7655 (or 0xAD7655) is known color: Sante Fe. HEX triplet: AD, 76 and 55. RGB value is (173,118,85). Sum of RGB (Red+Green+Blue) = 173+118+85=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7655 is #5289AA. Grayscale: #828282. Windows color (decimal): -5409195 or 5600941. OLE color: 5600941.

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

Color convert

RGB 173 118 85 -
CMYK 0 0.32 0.51 0.32
HSL 22.5º 0.35% 0.51% -
HSV(B) 22.5º 0.51% 0.68% -
XYZ 25.35 22.5 11.6 -
YUV 130.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 173 118 85 0 0.32 0.51 0.32 22.5 0.35 0.51
Hex AD 76 55 0 20 33 20 16 23 33
Octal 255 166 125 0 40 63 40 26 43 63
Binary 10101101 1110110 1010101 0 100000 110011 100000 10110 100011 110011

Color Harmonies of #AD7655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7655

Black with #AD7655

Text Example


Text Example

White with #AD7655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7655; }

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

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

background-color css

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

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

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

border-color css

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

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

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