Html Css Color HEX #AD6253 Sante Fe

📋 copy color: '#AD6253'

red 173 ◦ green 98 ◦ blue 83

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

Shades of Sante Fe #AD6253

Tints of Sante Fe #AD6253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

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

R = 48.87%
G = 27.68%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AD6253 (or 0xAD6253) is known color: Sante Fe. HEX triplet: AD, 62 and 53. RGB value is (173,98,83). Sum of RGB (Red+Green+Blue) = 173+98+83=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6253 is #529DAC. Grayscale: #767676. Windows color (decimal): -5414317 or 5464749. OLE color: 5464749.

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

Color convert

RGB 173 98 83 -
CMYK 0 0.43 0.52 0.32
HSL 10º 0.35% 0.5% -
HSV(B) 10º 0.52% 0.68% -
XYZ 23.16 18.24 10.48 -
YUV 118.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 173 98 83 0 0.43 0.52 0.32 10 0.35 0.5
Hex AD 62 53 0 2B 34 20 A 23 32
Octal 255 142 123 0 53 64 40 12 43 62
Binary 10101101 1100010 1010011 0 101011 110100 100000 1010 100011 110010

Color Harmonies of #AD6253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6253

Black with #AD6253

Text Example


Text Example

White with #AD6253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6253; }

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

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

background-color css

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

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

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

border-color css

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

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

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