Html Css Color HEX #AD7352 Sante Fe

📋 copy color: '#AD7352'

red 173 ◦ green 115 ◦ blue 82

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

Shades of Sante Fe #AD7352

Tints of Sante Fe #AD7352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.08%

 BLUE value IS 82 (32.42% from 255) = 22.16%

R = 46.76%
G = 31.08%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD7352 (or 0xAD7352) is known color: Sante Fe. HEX triplet: AD, 73 and 52. RGB value is (173,115,82). Sum of RGB (Red+Green+Blue) = 173+115+82=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7352 is #528CAD. Grayscale: #808080. Windows color (decimal): -5409966 or 5403565. OLE color: 5403565.

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

Color convert

RGB 173 115 82 -
CMYK 0 0.34 0.53 0.32
HSL 21.76º 0.36% 0.5% -
HSV(B) 21.76º 0.53% 0.68% -
XYZ 24.89 21.75 10.87 -
YUV 128.58 101.72 159.68 -
System Red Green Blue C M Y K H S L
Decimal 173 115 82 0 0.34 0.53 0.32 21.76 0.36 0.5
Hex AD 73 52 0 22 35 20 16 24 32
Octal 255 163 122 0 42 65 40 26 44 62
Binary 10101101 1110011 1010010 0 100010 110101 100000 10110 100100 110010

Color Harmonies of #AD7352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7352

Black with #AD7352

Text Example


Text Example

White with #AD7352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7352; }

 p { color: rgb(173,115,82); }

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

background-color css

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

 a { background-color: rgb(173,115,82); }

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

border-color css

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

 span { border-color: rgb(173,115,82); }

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