#A3634F

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

Shades of Sante Fe #A3634F

Tints of Sante Fe #A3634F

Color information

#A3634F (or 0xA3634F) is unknown color: approx Sante Fe. HEX triplet: A3, 63 and 4F. RGB value is (163,99,79). Sum of RGB (Red+Green+Blue) = 163+99+79=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3634F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3634F is #5C9CB0. Grayscale: #747474. Windows color (decimal): -6069425 or 5202851. OLE color: 5202851.

HSL color Cylindrical-coordinate representation of color #A3634F: hue angle of 14.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3634F is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB1639979-
CMYK00.390.520.36
HSL14.29º34.71%47.45%-
HSV(B)14.29º51.53%63.92%-
XYZ20.9817.279.63-
YUV115.86107.2161.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 79 (31.25% from 255) = 23.17%
R=47.80%
G=29.03%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163997900.390.520.3614.2934.7147.45
HexA3634F0273424e232f
Octal2431431170476444164357
Binary101000111100011100111101001111101001001001110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3634F; }

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

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

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

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

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

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

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

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