#A7674E

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

Shades of Sante Fe #A7674E

Tints of Sante Fe #A7674E

Color information

#A7674E (or 0xA7674E) is unknown color: approx Sante Fe. HEX triplet: A7, 67 and 4E. RGB value is (167,103,78). Sum of RGB (Red+Green+Blue) = 167+103+78=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A7674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7674E is #5898B1. Grayscale: #777777. Windows color (decimal): -5806258 or 5138343. OLE color: 5138343.

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

Color convert

RGB16710378-
CMYK00.380.530.35
HSL16.85º36.33%48.04%-
HSV(B)16.85º53.29%65.49%-
XYZ22.1618.479.6-
YUV119.29104.7162.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.99%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=47.99%
G=29.60%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671037800.380.530.3516.8536.3348.04
HexA7674E0263523112430
Octal2471471160466543214460
Binary1010011111001111001110010011011010110001110001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7674E; }

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

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

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

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

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

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

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

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