Html Css Color HEX #AD6957 Sante Fe

📋 copy color: '#AD6957'

red 173 ◦ green 105 ◦ blue 87

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

Shades of Sante Fe #AD6957

Tints of Sante Fe #AD6957

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.77%

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

R = 47.4%
G = 28.77%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD6957 (or 0xAD6957) is known color: Sante Fe. HEX triplet: AD, 69 and 57. RGB value is (173,105,87). Sum of RGB (Red+Green+Blue) = 173+105+87=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6957 is #5296A8. Grayscale: #7B7B7B. Windows color (decimal): -5412521 or 5728685. OLE color: 5728685.

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

Color convert

RGB 173 105 87 -
CMYK 0 0.39 0.50 0.32
HSL 12.56º 0.34% 0.51% -
HSV(B) 12.56º 0.5% 0.68% -
XYZ 24.01 19.68 11.55 -
YUV 123.28 107.53 163.46 -
System Red Green Blue C M Y K H S L
Decimal 173 105 87 0 0.39 0.50 0.32 12.56 0.34 0.51
Hex AD 69 57 0 27 32 20 D 22 33
Octal 255 151 127 0 47 62 40 15 42 63
Binary 10101101 1101001 1010111 0 100111 110010 100000 1101 100010 110011

Color Harmonies of #AD6957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6957

Black with #AD6957

Text Example


Text Example

White with #AD6957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6957; }

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

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

background-color css

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

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

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

border-color css

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

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

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