#A3664B

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

Shades of Sante Fe #A3664B

Tints of Sante Fe #A3664B

Color information

#A3664B (or 0xA3664B) is unknown color: approx Sante Fe. HEX triplet: A3, 66 and 4B. RGB value is (163,102,75). Sum of RGB (Red+Green+Blue) = 163+102+75=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3664B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3664B is #5C99B4. Grayscale: #757575. Windows color (decimal): -6068661 or 4941475. OLE color: 4941475.

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

Color convert

RGB16310275-
CMYK00.370.540.36
HSL18.41º36.97%46.67%-
HSV(B)18.41º53.99%63.92%-
XYZ21.1317.88.98-
YUV117.16104.21160.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 75 (29.69% from 255) = 22.06%
R=47.94%
G=30%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631027500.370.540.3618.4136.9746.67
HexA3664B025362412252f
Octal2431461130456644224557
Binary1010001111001101001011010010111011010010010010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3664B; }

 p { color: rgb(163,102,75); }

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

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

 a { background-color: rgb(163,102,75); }

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

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

 span { border-color: rgb(163,102,75); }

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