#AC6254

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

Shades of Sante Fe #AC6254

Tints of Sante Fe #AC6254

Color information

#AC6254 (or 0xAC6254) is unknown color: approx Sante Fe. HEX triplet: AC, 62 and 54. RGB value is (172,98,84). Sum of RGB (Red+Green+Blue) = 172+98+84=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6254 is #539DAB. Grayscale: #767676. Windows color (decimal): -5479852 or 5530284. OLE color: 5530284.

HSL color Cylindrical-coordinate representation of color #AC6254: hue angle of 9.55º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC6254 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1729884-
CMYK00.430.510.33
HSL9.55º34.65%50.2%-
HSV(B)9.55º51.16%67.45%-
XYZ22.9818.1510.68-
YUV118.53108.52166.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 84 (33.20% from 255) = 23.73%
R=48.59%
G=27.68%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172988400.430.510.339.5534.6550.2
HexAC625402B3321a2332
Octal2541421240536341124362
Binary101011001100010101010001010111100111000011010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6254; }

 p { color: rgb(172,98,84); }

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

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

 a { background-color: rgb(172,98,84); }

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

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

 span { border-color: rgb(172,98,84); }

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