Html Css Color HEX #AD7250 Sante Fe

📋 copy color: '#AD7250'

red 173 ◦ green 114 ◦ blue 80

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

Shades of Sante Fe #AD7250

Tints of Sante Fe #AD7250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.06%

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

R = 47.14%
G = 31.06%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD7250 (or 0xAD7250) is known color: Sante Fe. HEX triplet: AD, 72 and 50. RGB value is (173,114,80). Sum of RGB (Red+Green+Blue) = 173+114+80=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7250 is #528DAF. Grayscale: #7F7F7F. Windows color (decimal): -5410224 or 5272237. OLE color: 5272237.

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

Color convert

RGB 173 114 80 -
CMYK 0 0.34 0.54 0.32
HSL 21.94º 0.37% 0.5% -
HSV(B) 21.94º 0.54% 0.68% -
XYZ 24.7 21.5 10.44 -
YUV 127.77 101.05 160.26 -
System Red Green Blue C M Y K H S L
Decimal 173 114 80 0 0.34 0.54 0.32 21.94 0.37 0.5
Hex AD 72 50 0 22 36 20 16 25 32
Octal 255 162 120 0 42 66 40 26 45 62
Binary 10101101 1110010 1010000 0 100010 110110 100000 10110 100101 110010

Color Harmonies of #AD7250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7250

Black with #AD7250

Text Example


Text Example

White with #AD7250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7250; }

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

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

background-color css

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

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

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

border-color css

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

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

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