#AC634D

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

Shades of Sante Fe #AC634D

Tints of Sante Fe #AC634D

Color information

#AC634D (or 0xAC634D) is unknown color: approx Sante Fe. HEX triplet: AC, 63 and 4D. RGB value is (172,99,77). Sum of RGB (Red+Green+Blue) = 172+99+77=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC634D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC634D is #539CB2. Grayscale: #767676. Windows color (decimal): -5479603 or 5071788. OLE color: 5071788.

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

Color convert

RGB1729977-
CMYK00.420.550.33
HSL13.89º38.15%48.82%-
HSV(B)13.89º55.23%67.45%-
XYZ22.8118.239.34-
YUV118.32104.68166.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.43%
GREEN value IS 99 (39.06% from 255) = 28.45%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=49.43%
G=28.45%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172997700.420.550.3313.8938.1548.82
HexAC634D02A3721e2631
Octal2541431150526741164661
Binary101011001100011100110101010101101111000011110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC634D; }

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

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

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

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

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

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

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

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