#AC6850

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

Shades of Sante Fe #AC6850

Tints of Sante Fe #AC6850

Color information

#AC6850 (or 0xAC6850) is unknown color: approx Sante Fe. HEX triplet: AC, 68 and 50. RGB value is (172,104,80). Sum of RGB (Red+Green+Blue) = 172+104+80=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6850 is #5397AF. Grayscale: #797979. Windows color (decimal): -5478320 or 5269676. OLE color: 5269676.

HSL color Cylindrical-coordinate representation of color #AC6850: hue angle of 15.65º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC6850 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17210480-
CMYK00.400.530.33
HSL15.65º36.51%49.41%-
HSV(B)15.65º53.49%67.45%-
XYZ23.4119.2510.07-
YUV121.6104.53163.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.31%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=48.31%
G=29.21%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721048000.400.530.3315.6536.5149.41
HexAC68500283521102531
Octal2541501200506541204561
Binary1010110011010001010000010100011010110000110000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6850; }

 p { color: rgb(172,104,80); }

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

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

 a { background-color: rgb(172,104,80); }

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

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

 span { border-color: rgb(172,104,80); }

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