#AD634D

Color #AD634D Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #AD634D

Tints of Sante Fe #AD634D

Color information

#AD634D (or 0xAD634D) is unknown color: approx Sante Fe. HEX triplet: AD, 63 and 4D. RGB value is (173,99,77). Sum of RGB (Red+Green+Blue) = 173+99+77=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD634D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD634D is #529CB2. Grayscale: #767676. Windows color (decimal): -5414067 or 5071789. OLE color: 5071789.

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

Color convert

RGB1739977-
CMYK00.430.550.32
HSL13.75º38.4%49.02%-
HSV(B)13.75º55.49%67.84%-
XYZ23.0318.349.35-
YUV118.62104.52166.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 99 (39.06% from 255) = 28.37%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=49.57%
G=28.37%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173997700.430.550.3213.7538.449.02
HexAD634D02B3720e2631
Octal2551431150536740164661
Binary101011011100011100110101010111101111000001110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD634D; }

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

 H1.HeaderClassName
 {
   color: #AD634D;
 }
 .AnyTagClassName
 {
   color: #AD634D;
 }
</style>
background-color css

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

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

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

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

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

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