#A67151

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

Shades of Sante Fe #A67151

Tints of Sante Fe #A67151

Color information

#A67151 (or 0xA67151) is unknown color: approx Sante Fe. HEX triplet: A6, 71 and 51. RGB value is (166,113,81). Sum of RGB (Red+Green+Blue) = 166+113+81=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A67151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67151 is #598EAE. Grayscale: #7D7D7D. Windows color (decimal): -5869231 or 5337510. OLE color: 5337510.

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

Color convert

RGB16611381-
CMYK00.320.510.35
HSL22.59º34.41%48.43%-
HSV(B)22.59º51.2%65.1%-
XYZ23.1220.5110.53-
YUV125.2103.06157.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 113 (44.53% from 255) = 31.39%
BLUE value IS 81 (32.03% from 255) = 22.5%
R=46.11%
G=31.39%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661138100.320.510.3522.5934.4148.43
HexA671510203323172230
Octal2461611210406343274260
Binary1010011011100011010001010000011001110001110111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67151; }

 p { color: rgb(166,113,81); }

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

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

 a { background-color: rgb(166,113,81); }

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

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

 span { border-color: rgb(166,113,81); }

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