Html Css Color HEX #AD6850 Sante Fe

📋 copy color: '#AD6850'

red 173 ◦ green 104 ◦ blue 80

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

Shades of Sante Fe #AD6850

Tints of Sante Fe #AD6850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.13%

 BLUE value IS 80 (31.64% from 255) = 22.41%

R = 48.46%
G = 29.13%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD6850 (or 0xAD6850) is known color: Sante Fe. HEX triplet: AD, 68 and 50. RGB value is (173,104,80). Sum of RGB (Red+Green+Blue) = 173+104+80=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6850 is #5297AF. Grayscale: #7A7A7A. Windows color (decimal): -5412784 or 5269677. OLE color: 5269677.

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

Color convert

RGB 173 104 80 -
CMYK 0 0.40 0.54 0.32
HSL 15.48º 0.37% 0.5% -
HSV(B) 15.48º 0.54% 0.68% -
XYZ 23.63 19.36 10.08 -
YUV 121.9 104.36 164.45 -
System Red Green Blue C M Y K H S L
Decimal 173 104 80 0 0.40 0.54 0.32 15.48 0.37 0.5
Hex AD 68 50 0 28 36 20 F 25 32
Octal 255 150 120 0 50 66 40 17 45 62
Binary 10101101 1101000 1010000 0 101000 110110 100000 1111 100101 110010

Color Harmonies of #AD6850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6850

Black with #AD6850

Text Example


Text Example

White with #AD6850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6850; }

 p { color: rgb(173,104,80); }

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

background-color css

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

 a { background-color: rgb(173,104,80); }

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

border-color css

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

 span { border-color: rgb(173,104,80); }

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