#A4674E

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

Shades of Sante Fe #A4674E

Tints of Sante Fe #A4674E

Color information

#A4674E (or 0xA4674E) is unknown color: approx Sante Fe. HEX triplet: A4, 67 and 4E. RGB value is (164,103,78). Sum of RGB (Red+Green+Blue) = 164+103+78=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A4674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4674E is #5B98B1. Grayscale: #767676. Windows color (decimal): -6002866 or 5138340. OLE color: 5138340.

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

Color convert

RGB16410378-
CMYK00.370.520.36
HSL17.44º35.54%47.45%-
HSV(B)17.44º52.44%64.31%-
XYZ21.5418.149.57-
YUV118.39105.21160.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 78 (30.86% from 255) = 22.61%
R=47.54%
G=29.86%
B=22.61%

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
Decimal1641037800.370.520.3617.4435.5447.45
HexA4674E025342411242f
Octal2441471160456444214457
Binary1010010011001111001110010010111010010010010001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4674E; }

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

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

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

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

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

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

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

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