#AC734C

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

Shades of Sante Fe #AC734C

Tints of Sante Fe #AC734C

Color information

#AC734C (or 0xAC734C) is unknown color: approx Sante Fe. HEX triplet: AC, 73 and 4C. RGB value is (172,115,76). Sum of RGB (Red+Green+Blue) = 172+115+76=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC734C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC734C is #538CB3. Grayscale: #7F7F7F. Windows color (decimal): -5475508 or 5010348. OLE color: 5010348.

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

Color convert

RGB17211576-
CMYK00.330.560.33
HSL24.38º38.71%48.63%-
HSV(B)24.38º55.81%67.45%-
XYZ24.4521.559.71-
YUV127.698.88159.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.38%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 76 (30.08% from 255) = 20.94%
R=47.38%
G=31.68%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721157600.330.560.3324.3838.7148.63
HexAC734C0213821182731
Octal2541631140417041304761
Binary1010110011100111001100010000111100010000111000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC734C; }

 p { color: rgb(172,115,76); }

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

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

 a { background-color: rgb(172,115,76); }

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

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

 span { border-color: rgb(172,115,76); }

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