Html Css Color HEX #AD7153 Sante Fe

📋 copy color: '#AD7153'

red 173 ◦ green 113 ◦ blue 83

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

Shades of Sante Fe #AD7153

Tints of Sante Fe #AD7153

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.62%

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

R = 46.88%
G = 30.62%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AD7153 (or 0xAD7153) is known color: Sante Fe. HEX triplet: AD, 71 and 53. RGB value is (173,113,83). Sum of RGB (Red+Green+Blue) = 173+113+83=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7153 is #528EAC. Grayscale: #7F7F7F. Windows color (decimal): -5410477 or 5468589. OLE color: 5468589.

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

Color convert

RGB 173 113 83 -
CMYK 0 0.35 0.52 0.32
HSL 20º 0.35% 0.5% -
HSV(B) 20º 0.52% 0.68% -
XYZ 24.7 21.32 11 -
YUV 127.52 102.88 160.44 -
System Red Green Blue C M Y K H S L
Decimal 173 113 83 0 0.35 0.52 0.32 20 0.35 0.5
Hex AD 71 53 0 23 34 20 14 23 32
Octal 255 161 123 0 43 64 40 24 43 62
Binary 10101101 1110001 1010011 0 100011 110100 100000 10100 100011 110010

Color Harmonies of #AD7153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7153

Black with #AD7153

Text Example


Text Example

White with #AD7153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7153; }

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

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

background-color css

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

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

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

border-color css

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

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

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