#A5674B

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

Shades of Sante Fe #A5674B

Tints of Sante Fe #A5674B

Color information

#A5674B (or 0xA5674B) is unknown color: approx Sante Fe. HEX triplet: A5, 67 and 4B. RGB value is (165,103,75). Sum of RGB (Red+Green+Blue) = 165+103+75=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5674B is #5A98B4. Grayscale: #767676. Windows color (decimal): -5937333 or 4941733. OLE color: 4941733.

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

Color convert

RGB16510375-
CMYK00.380.550.35
HSL18.67º37.5%47.06%-
HSV(B)18.67º54.55%64.71%-
XYZ21.6418.219.03-
YUV118.35103.54161.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 75 (29.69% from 255) = 21.87%
R=48.10%
G=30.03%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651037500.380.550.3518.6737.547.06
HexA5674B026372313262f
Octal2451471130466743234657
Binary1010010111001111001011010011011011110001110011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5674B; }

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

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

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

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

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

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

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

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