#A3714B

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

Shades of Sante Fe #A3714B

Tints of Sante Fe #A3714B

Color information

#A3714B (or 0xA3714B) is unknown color: approx Sante Fe. HEX triplet: A3, 71 and 4B. RGB value is (163,113,75). Sum of RGB (Red+Green+Blue) = 163+113+75=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A3714B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3714B is #5C8EB4. Grayscale: #7B7B7B. Windows color (decimal): -6065845 or 4944291. OLE color: 4944291.

HSL color Cylindrical-coordinate representation of color #A3714B: hue angle of 25.91º 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 #A3714B is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB16311375-
CMYK00.310.540.36
HSL25.91º36.97%46.67%-
HSV(B)25.91º53.99%63.92%-
XYZ22.2820.19.36-
YUV123.62100.56156.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 113 (44.53% from 255) = 32.19%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=46.44%
G=32.19%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631137500.310.540.3625.9136.9746.67
HexA3714B01F36241a252f
Octal2431611130376644324557
Binary101000111110001100101101111111011010010011010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3714B; }

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

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

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

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

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

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

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

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