Html Css Color HEX #AD7457 Sante Fe

📋 copy color: '#AD7457'

red 173 ◦ green 116 ◦ blue 87

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

Shades of Sante Fe #AD7457

Tints of Sante Fe #AD7457

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

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

R = 46.01%
G = 30.85%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD7457 (or 0xAD7457) is known color: Sante Fe. HEX triplet: AD, 74 and 57. RGB value is (173,116,87). Sum of RGB (Red+Green+Blue) = 173+116+87=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7457 is #528BA8. Grayscale: #818181. Windows color (decimal): -5409705 or 5731501. OLE color: 5731501.

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

Color convert

RGB 173 116 87 -
CMYK 0 0.33 0.50 0.32
HSL 20.23º 0.34% 0.51% -
HSV(B) 20.23º 0.5% 0.68% -
XYZ 25.2 22.06 11.95 -
YUV 129.74 103.88 158.86 -
System Red Green Blue C M Y K H S L
Decimal 173 116 87 0 0.33 0.50 0.32 20.23 0.34 0.51
Hex AD 74 57 0 21 32 20 14 22 33
Octal 255 164 127 0 41 62 40 24 42 63
Binary 10101101 1110100 1010111 0 100001 110010 100000 10100 100010 110011

Color Harmonies of #AD7457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7457

Black with #AD7457

Text Example


Text Example

White with #AD7457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7457; }

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

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

background-color css

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

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

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

border-color css

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

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

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