#A4674F

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

Shades of Sante Fe #A4674F

Tints of Sante Fe #A4674F

Color information

#A4674F (or 0xA4674F) is unknown color: approx Sante Fe. HEX triplet: A4, 67 and 4F. RGB value is (164,103,79). Sum of RGB (Red+Green+Blue) = 164+103+79=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4674F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4674F is #5B98B0. Grayscale: #767676. Windows color (decimal): -6002865 or 5203876. OLE color: 5203876.

HSL color Cylindrical-coordinate representation of color #A4674F: hue angle of 16.94º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4674F is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB16410379-
CMYK00.370.520.36
HSL16.94º34.98%47.65%-
HSV(B)16.94º51.83%64.31%-
XYZ21.5718.169.76-
YUV118.5105.71160.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 79 (31.25% from 255) = 22.83%
R=47.40%
G=29.77%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641037900.370.520.3616.9434.9847.65
HexA4674F0253424112330
Octal2441471170456444214360
Binary1010010011001111001111010010111010010010010001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4674F; }

 p { color: rgb(164,103,79); }

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

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

 a { background-color: rgb(164,103,79); }

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

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

 span { border-color: rgb(164,103,79); }

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