#AC714B

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

Shades of Sante Fe #AC714B

Tints of Sante Fe #AC714B

Color information

#AC714B (or 0xAC714B) is unknown color: approx Sante Fe. HEX triplet: AC, 71 and 4B. RGB value is (172,113,75). Sum of RGB (Red+Green+Blue) = 172+113+75=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC714B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC714B is #538EB4. Grayscale: #7E7E7E. Windows color (decimal): -5476021 or 4944300. OLE color: 4944300.

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

Color convert

RGB17211375-
CMYK00.340.560.33
HSL23.51º39.27%48.43%-
HSV(B)23.51º56.4%67.45%-
XYZ24.1921.099.45-
YUV126.3199.05160.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 113 (44.53% from 255) = 31.39%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=47.78%
G=31.39%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721137500.340.560.3323.5139.2748.43
HexAC714B0223821182730
Octal2541611130427041304760
Binary1010110011100011001011010001011100010000111000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC714B; }

 p { color: rgb(172,113,75); }

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

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

 a { background-color: rgb(172,113,75); }

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

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

 span { border-color: rgb(172,113,75); }

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