Html Css Color HEX #AD6C5B Sante Fe

📋 copy color: '#AD6C5B'

red 173 ◦ green 108 ◦ blue 91

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

Shades of Sante Fe #AD6C5B

Tints of Sante Fe #AD6C5B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.03%

 BLUE value IS 91 (35.94% from 255) = 24.46%

R = 46.51%
G = 29.03%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD6C5B (or 0xAD6C5B) is known color: Sante Fe. HEX triplet: AD, 6C and 5B. RGB value is (173,108,91). Sum of RGB (Red+Green+Blue) = 173+108+91=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6C5B is #5293A4. Grayscale: #7D7D7D. Windows color (decimal): -5411749 or 5991597. OLE color: 5991597.

HSL color Cylindrical-coordinate representation of color #AD6C5B: hue angle of 12.44º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD6C5B is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 108 91 -
CMYK 0 0.38 0.47 0.32
HSL 12.44º 0.33% 0.52% -
HSV(B) 12.44º 0.47% 0.68% -
XYZ 24.48 20.36 12.54 -
YUV 125.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 173 108 91 0 0.38 0.47 0.32 12.44 0.33 0.52
Hex AD 6C 5B 0 26 2F 20 C 21 34
Octal 255 154 133 0 46 57 40 14 41 64
Binary 10101101 1101100 1011011 0 100110 101111 100000 1100 100001 110100

Color Harmonies of #AD6C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6C5B

Black with #AD6C5B

Text Example


Text Example

White with #AD6C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6C5B; }

 p { color: rgb(173,108,91); }

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

background-color css

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

 a { background-color: rgb(173,108,91); }

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

border-color css

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

 span { border-color: rgb(173,108,91); }

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