Html Css Color HEX #AD7453 Sante Fe

📋 copy color: '#AD7453'

red 173 ◦ green 116 ◦ blue 83

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

Shades of Sante Fe #AD7453

Tints of Sante Fe #AD7453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.31%

R = 46.51%
G = 31.18%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AD7453 (or 0xAD7453) is known color: Sante Fe. HEX triplet: AD, 74 and 53. RGB value is (173,116,83). Sum of RGB (Red+Green+Blue) = 173+116+83=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7453 is #528BAC. Grayscale: #818181. Windows color (decimal): -5409709 or 5469357. OLE color: 5469357.

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

Color convert

RGB 173 116 83 -
CMYK 0 0.33 0.52 0.32
HSL 22º 0.35% 0.5% -
HSV(B) 22º 0.52% 0.68% -
XYZ 25.04 22 11.11 -
YUV 129.28 101.88 159.18 -
System Red Green Blue C M Y K H S L
Decimal 173 116 83 0 0.33 0.52 0.32 22 0.35 0.5
Hex AD 74 53 0 21 34 20 16 23 32
Octal 255 164 123 0 41 64 40 26 43 62
Binary 10101101 1110100 1010011 0 100001 110100 100000 10110 100011 110010

Color Harmonies of #AD7453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7453

Black with #AD7453

Text Example


Text Example

White with #AD7453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7453; }

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

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

background-color css

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

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

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

border-color css

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

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

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