#A67351

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

Shades of Sante Fe #A67351

Tints of Sante Fe #A67351

Color information

#A67351 (or 0xA67351) is unknown color: approx Sante Fe. HEX triplet: A6, 73 and 51. RGB value is (166,115,81). Sum of RGB (Red+Green+Blue) = 166+115+81=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A67351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67351 is #598CAE. Grayscale: #7E7E7E. Windows color (decimal): -5868719 or 5338022. OLE color: 5338022.

HSL color Cylindrical-coordinate representation of color #A67351: hue angle of 24º 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 #A67351 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16611581-
CMYK00.310.510.35
HSL24º34.41%48.43%-
HSV(B)24º51.2%65.1%-
XYZ23.3420.9610.6-
YUV126.37102.4156.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 115 (45.31% from 255) = 31.77%
BLUE value IS 81 (32.03% from 255) = 22.38%
R=45.86%
G=31.77%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661158100.310.510.352434.4148.43
HexA6735101F3323182230
Octal2461631210376343304260
Binary101001101110011101000101111111001110001111000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67351; }

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

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

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

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

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

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

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

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