Html Css Color HEX #AD6D4C Sante Fe

📋 copy color: '#AD6D4C'

red 173 ◦ green 109 ◦ blue 76

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

Shades of Sante Fe #AD6D4C

Tints of Sante Fe #AD6D4C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.45%

 BLUE value IS 76 (30.08% from 255) = 21.23%

R = 48.32%
G = 30.45%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD6D4C (or 0xAD6D4C) is known color: Sante Fe. HEX triplet: AD, 6D and 4C. RGB value is (173,109,76). Sum of RGB (Red+Green+Blue) = 173+109+76=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D4C is #5292B3. Grayscale: #7C7C7C. Windows color (decimal): -5411508 or 5008813. OLE color: 5008813.

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

Color convert

RGB 173 109 76 -
CMYK 0 0.37 0.56 0.32
HSL 20.41º 0.39% 0.49% -
HSV(B) 20.41º 0.56% 0.68% -
XYZ 24.01 20.34 9.5 -
YUV 124.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 173 109 76 0 0.37 0.56 0.32 20.41 0.39 0.49
Hex AD 6D 4C 0 25 38 20 14 27 31
Octal 255 155 114 0 45 70 40 24 47 61
Binary 10101101 1101101 1001100 0 100101 111000 100000 10100 100111 110001

Color Harmonies of #AD6D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D4C

Black with #AD6D4C

Text Example


Text Example

White with #AD6D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D4C; }

 p { color: rgb(173,109,76); }

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

background-color css

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

 a { background-color: rgb(173,109,76); }

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

border-color css

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

 span { border-color: rgb(173,109,76); }

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