Html Css Color HEX #AD6352 Sante Fe

📋 copy color: '#AD6352'

red 173 ◦ green 99 ◦ blue 82

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

Shades of Sante Fe #AD6352

Tints of Sante Fe #AD6352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.97%

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

R = 48.87%
G = 27.97%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD6352 (or 0xAD6352) is known color: Sante Fe. HEX triplet: AD, 63 and 52. RGB value is (173,99,82). Sum of RGB (Red+Green+Blue) = 173+99+82=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6352 is #529CAD. Grayscale: #777777. Windows color (decimal): -5414062 or 5399469. OLE color: 5399469.

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

Color convert

RGB 173 99 82 -
CMYK 0 0.43 0.53 0.32
HSL 11.21º 0.36% 0.5% -
HSV(B) 11.21º 0.53% 0.68% -
XYZ 23.22 18.42 10.31 -
YUV 119.19 107.02 166.38 -
System Red Green Blue C M Y K H S L
Decimal 173 99 82 0 0.43 0.53 0.32 11.21 0.36 0.5
Hex AD 63 52 0 2B 35 20 B 24 32
Octal 255 143 122 0 53 65 40 13 44 62
Binary 10101101 1100011 1010010 0 101011 110101 100000 1011 100100 110010

Color Harmonies of #AD6352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6352

Black with #AD6352

Text Example


Text Example

White with #AD6352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6352; }

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

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

background-color css

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

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

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

border-color css

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

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

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