#AD674B

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

Shades of Sante Fe #AD674B

Tints of Sante Fe #AD674B

Color information

#AD674B (or 0xAD674B) is unknown color: approx Sante Fe. HEX triplet: AD, 67 and 4B. RGB value is (173,103,75). Sum of RGB (Red+Green+Blue) = 173+103+75=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD674B is #5298B4. Grayscale: #787878. Windows color (decimal): -5413045 or 4941741. OLE color: 4941741.

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

Color convert

RGB17310375-
CMYK00.400.570.32
HSL17.14º39.52%48.63%-
HSV(B)17.14º56.65%67.84%-
XYZ23.3519.099.11-
YUV120.74102.19165.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.29%
GREEN value IS 103 (40.62% from 255) = 29.34%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=49.29%
G=29.34%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731037500.400.570.3217.1439.5248.63
HexAD674B0283920112831
Octal2551471130507140215061
Binary1010110111001111001011010100011100110000010001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD674B; }

 p { color: rgb(173,103,75); }

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

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

 a { background-color: rgb(173,103,75); }

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

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

 span { border-color: rgb(173,103,75); }

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