#A3624D

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

Shades of Sante Fe #A3624D

Tints of Sante Fe #A3624D

Color information

#A3624D (or 0xA3624D) is unknown color: approx Sante Fe. HEX triplet: A3, 62 and 4D. RGB value is (163,98,77). Sum of RGB (Red+Green+Blue) = 163+98+77=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A3624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3624D is #5C9DB2. Grayscale: #737373. Windows color (decimal): -6069683 or 5071523. OLE color: 5071523.

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

Color convert

RGB1639877-
CMYK00.400.530.36
HSL14.65º35.83%47.06%-
HSV(B)14.65º52.76%63.92%-
XYZ20.8117.069.22-
YUV115.04106.53162.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.22%
GREEN value IS 98 (38.67% from 255) = 28.99%
BLUE value IS 77 (30.47% from 255) = 22.78%
R=48.22%
G=28.99%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163987700.400.530.3614.6535.8347.06
HexA3624D0283524f242f
Octal2431421150506544174457
Binary101000111100010100110101010001101011001001111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3624D; }

 p { color: rgb(163,98,77); }

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

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

 a { background-color: rgb(163,98,77); }

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

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

 span { border-color: rgb(163,98,77); }

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