Html Css Color HEX #AD7852 Sante Fe

📋 copy color: '#AD7852'

red 173 ◦ green 120 ◦ blue 82

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

Shades of Sante Fe #AD7852

Tints of Sante Fe #AD7852

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32%

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

R = 46.13%
G = 32%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD7852 (or 0xAD7852) is known color: Sante Fe. HEX triplet: AD, 78 and 52. RGB value is (173,120,82). Sum of RGB (Red+Green+Blue) = 173+120+82=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7852 is #5287AD. Grayscale: #838383. Windows color (decimal): -5408686 or 5404845. OLE color: 5404845.

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

Color convert

RGB 173 120 82 -
CMYK 0 0.31 0.53 0.32
HSL 25.05º 0.36% 0.5% -
HSV(B) 25.05º 0.53% 0.68% -
XYZ 25.47 22.93 11.07 -
YUV 131.52 100.06 157.59 -
System Red Green Blue C M Y K H S L
Decimal 173 120 82 0 0.31 0.53 0.32 25.05 0.36 0.5
Hex AD 78 52 0 1F 35 20 19 24 32
Octal 255 170 122 0 37 65 40 31 44 62
Binary 10101101 1111000 1010010 0 11111 110101 100000 11001 100100 110010

Color Harmonies of #AD7852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7852

Black with #AD7852

Text Example


Text Example

White with #AD7852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7852; }

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

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

background-color css

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

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

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

border-color css

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

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

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