#A9634F

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

Shades of Sante Fe #A9634F

Tints of Sante Fe #A9634F

Color information

#A9634F (or 0xA9634F) is unknown color: approx Sante Fe. HEX triplet: A9, 63 and 4F. RGB value is (169,99,79). Sum of RGB (Red+Green+Blue) = 169+99+79=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9634F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9634F is #569CB0. Grayscale: #757575. Windows color (decimal): -5676209 or 5202857. OLE color: 5202857.

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

Color convert

RGB1699979-
CMYK00.410.530.34
HSL13.33º36.29%48.63%-
HSV(B)13.33º53.25%66.27%-
XYZ22.2417.929.68-
YUV117.65106.19164.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=48.70%
G=28.53%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169997900.410.530.3413.3336.2948.63
HexA9634F0293522d2431
Octal2511431170516542154461
Binary101010011100011100111101010011101011000101101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9634F; }

 p { color: rgb(169,99,79); }

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

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

 a { background-color: rgb(169,99,79); }

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

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

 span { border-color: rgb(169,99,79); }

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