#A5634B

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

Shades of Sante Fe #A5634B

Tints of Sante Fe #A5634B

Color information

#A5634B (or 0xA5634B) is unknown color: approx Sante Fe. HEX triplet: A5, 63 and 4B. RGB value is (165,99,75). Sum of RGB (Red+Green+Blue) = 165+99+75=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5634B is #5A9CB4. Grayscale: #747474. Windows color (decimal): -5938357 or 4940709. OLE color: 4940709.

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

Color convert

RGB1659975-
CMYK00.400.550.35
HSL16º37.5%47.06%-
HSV(B)16º54.55%64.71%-
XYZ21.2517.438.9-
YUV116104.87162.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=48.67%
G=29.20%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165997500.400.550.351637.547.06
HexA5634B028372310262f
Octal2451431130506743204657
Binary1010010111000111001011010100011011110001110000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5634B; }

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

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

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

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

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

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

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

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