#AC6354

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

Shades of Sante Fe #AC6354

Tints of Sante Fe #AC6354

Color information

#AC6354 (or 0xAC6354) is unknown color: approx Sante Fe. HEX triplet: AC, 63 and 54. RGB value is (172,99,84). Sum of RGB (Red+Green+Blue) = 172+99+84=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6354 is #539CAB. Grayscale: #777777. Windows color (decimal): -5479596 or 5530540. OLE color: 5530540.

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

Color convert

RGB1729984-
CMYK00.420.510.33
HSL10.23º34.65%50.2%-
HSV(B)10.23º51.16%67.45%-
XYZ23.0818.3310.71-
YUV119.12108.18165.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.45%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 84 (33.20% from 255) = 23.66%
R=48.45%
G=27.89%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172998400.420.510.3310.2334.6550.2
HexAC635402A3321a2332
Octal2541431240526341124362
Binary101011001100011101010001010101100111000011010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6354; }

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

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

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

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

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

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

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

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