#A5634F

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

Shades of Sante Fe #A5634F

Tints of Sante Fe #A5634F

Color information

#A5634F (or 0xA5634F) is unknown color: approx Sante Fe. HEX triplet: A5, 63 and 4F. RGB value is (165,99,79). Sum of RGB (Red+Green+Blue) = 165+99+79=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5634F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5634F is #5A9CB0. Grayscale: #747474. Windows color (decimal): -5938353 or 5202853. OLE color: 5202853.

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

Color convert

RGB1659979-
CMYK00.400.520.35
HSL13.95º35.25%47.84%-
HSV(B)13.95º52.12%64.71%-
XYZ21.3917.499.65-
YUV116.45106.87162.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=48.10%
G=28.86%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165997900.400.520.3513.9535.2547.84
HexA5634F0283423e2330
Octal2451431170506443164360
Binary101001011100011100111101010001101001000111110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5634F; }

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

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

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

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

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

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

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

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