Html Css Color HEX #AD7750 Sante Fe

📋 copy color: '#AD7750'

red 173 ◦ green 119 ◦ blue 80

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

Shades of Sante Fe #AD7750

Tints of Sante Fe #AD7750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.51%

R = 46.51%
G = 31.99%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD7750 (or 0xAD7750) is known color: Sante Fe. HEX triplet: AD, 77 and 50. RGB value is (173,119,80). Sum of RGB (Red+Green+Blue) = 173+119+80=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7750 is #5288AF. Grayscale: #828282. Windows color (decimal): -5408944 or 5273517. OLE color: 5273517.

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

Color convert

RGB 173 119 80 -
CMYK 0 0.31 0.54 0.32
HSL 25.16º 0.37% 0.5% -
HSV(B) 25.16º 0.54% 0.68% -
XYZ 25.28 22.66 10.63 -
YUV 130.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 173 119 80 0 0.31 0.54 0.32 25.16 0.37 0.5
Hex AD 77 50 0 1F 36 20 19 25 32
Octal 255 167 120 0 37 66 40 31 45 62
Binary 10101101 1110111 1010000 0 11111 110110 100000 11001 100101 110010

Color Harmonies of #AD7750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7750

Black with #AD7750

Text Example


Text Example

White with #AD7750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7750; }

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

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

background-color css

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

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

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

border-color css

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

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

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