#A7624F

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

Shades of Sante Fe #A7624F

Tints of Sante Fe #A7624F

Color information

#A7624F (or 0xA7624F) is unknown color: approx Sante Fe. HEX triplet: A7, 62 and 4F. RGB value is (167,98,79). Sum of RGB (Red+Green+Blue) = 167+98+79=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A7624F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7624F is #589DB0. Grayscale: #747474. Windows color (decimal): -5807537 or 5202599. OLE color: 5202599.

HSL color Cylindrical-coordinate representation of color #A7624F: hue angle of 12.95º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7624F is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB1679879-
CMYK00.410.530.35
HSL12.95º35.77%48.24%-
HSV(B)12.95º52.69%65.49%-
XYZ21.7217.529.63-
YUV116.46106.86164.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.55%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 79 (31.25% from 255) = 22.97%
R=48.55%
G=28.49%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167987900.410.530.3512.9535.7748.24
HexA7624F0293523d2430
Octal2471421170516543154460
Binary101001111100010100111101010011101011000111101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7624F; }

 p { color: rgb(167,98,79); }

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

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

 a { background-color: rgb(167,98,79); }

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

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

 span { border-color: rgb(167,98,79); }

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