Html Css Color HEX #AD7657 Sante Fe

📋 copy color: '#AD7657'

red 173 ◦ green 118 ◦ blue 87

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

Shades of Sante Fe #AD7657

Tints of Sante Fe #AD7657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.02%

R = 45.77%
G = 31.22%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD7657 (or 0xAD7657) is known color: Sante Fe. HEX triplet: AD, 76 and 57. RGB value is (173,118,87). Sum of RGB (Red+Green+Blue) = 173+118+87=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7657 is #5289A8. Grayscale: #838383. Windows color (decimal): -5409193 or 5732013. OLE color: 5732013.

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

Color convert

RGB 173 118 87 -
CMYK 0 0.32 0.50 0.32
HSL 21.63º 0.34% 0.51% -
HSV(B) 21.63º 0.5% 0.68% -
XYZ 25.43 22.53 12.02 -
YUV 130.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 173 118 87 0 0.32 0.50 0.32 21.63 0.34 0.51
Hex AD 76 57 0 20 32 20 16 22 33
Octal 255 166 127 0 40 62 40 26 42 63
Binary 10101101 1110110 1010111 0 100000 110010 100000 10110 100010 110011

Color Harmonies of #AD7657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7657

Black with #AD7657

Text Example


Text Example

White with #AD7657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7657; }

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

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

background-color css

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

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

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

border-color css

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

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

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