#AC634B

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

Shades of Sante Fe #AC634B

Tints of Sante Fe #AC634B

Color information

#AC634B (or 0xAC634B) is unknown color: approx Sante Fe. HEX triplet: AC, 63 and 4B. RGB value is (172,99,75). Sum of RGB (Red+Green+Blue) = 172+99+75=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC634B is #539CB4. Grayscale: #767676. Windows color (decimal): -5479605 or 4940716. OLE color: 4940716.

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

Color convert

RGB1729975-
CMYK00.420.560.33
HSL14.85º39.27%48.43%-
HSV(B)14.85º56.4%67.45%-
XYZ22.7518.28.97-
YUV118.09103.68166.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.71%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=49.71%
G=28.61%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172997500.420.560.3314.8539.2748.43
HexAC634B02A3821f2730
Octal2541431130527041174760
Binary101011001100011100101101010101110001000011111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC634B; }

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

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

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

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

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

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

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

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