Html Css Color HEX #AD7553 Sante Fe

📋 copy color: '#AD7553'

red 173 ◦ green 117 ◦ blue 83

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

Shades of Sante Fe #AD7553

Tints of Sante Fe #AD7553

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.37%

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

R = 46.38%
G = 31.37%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AD7553 (or 0xAD7553) is known color: Sante Fe. HEX triplet: AD, 75 and 53. RGB value is (173,117,83). Sum of RGB (Red+Green+Blue) = 173+117+83=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7553 is #528AAC. Grayscale: #828282. Windows color (decimal): -5409453 or 5469613. OLE color: 5469613.

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

Color convert

RGB 173 117 83 -
CMYK 0 0.32 0.52 0.32
HSL 22.67º 0.35% 0.5% -
HSV(B) 22.67º 0.52% 0.68% -
XYZ 25.16 22.23 11.15 -
YUV 129.87 101.55 158.76 -
System Red Green Blue C M Y K H S L
Decimal 173 117 83 0 0.32 0.52 0.32 22.67 0.35 0.5
Hex AD 75 53 0 20 34 20 17 23 32
Octal 255 165 123 0 40 64 40 27 43 62
Binary 10101101 1110101 1010011 0 100000 110100 100000 10111 100011 110010

Color Harmonies of #AD7553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7553

Black with #AD7553

Text Example


Text Example

White with #AD7553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7553; }

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

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

background-color css

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

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

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

border-color css

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

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

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