Html Css Color HEX #AD7757 Sante Fe

📋 copy color: '#AD7757'

red 173 ◦ green 119 ◦ blue 87

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

Shades of Sante Fe #AD7757

Tints of Sante Fe #AD7757

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

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

R = 45.65%
G = 31.4%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD7757 (or 0xAD7757) is known color: Sante Fe. HEX triplet: AD, 77 and 57. RGB value is (173,119,87). Sum of RGB (Red+Green+Blue) = 173+119+87=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7757 is #5288A8. Grayscale: #838383. Windows color (decimal): -5408937 or 5732269. OLE color: 5732269.

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

Color convert

RGB 173 119 87 -
CMYK 0 0.31 0.50 0.32
HSL 22.33º 0.34% 0.51% -
HSV(B) 22.33º 0.5% 0.68% -
XYZ 25.55 22.77 12.06 -
YUV 131.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 173 119 87 0 0.31 0.50 0.32 22.33 0.34 0.51
Hex AD 77 57 0 1F 32 20 16 22 33
Octal 255 167 127 0 37 62 40 26 42 63
Binary 10101101 1110111 1010111 0 11111 110010 100000 10110 100010 110011

Color Harmonies of #AD7757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7757

Black with #AD7757

Text Example


Text Example

White with #AD7757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7757; }

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

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

background-color css

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

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

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

border-color css

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

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

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