#A8614E

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

Shades of Sante Fe #A8614E

Tints of Sante Fe #A8614E

Color information

#A8614E (or 0xA8614E) is unknown color: approx Sante Fe. HEX triplet: A8, 61 and 4E. RGB value is (168,97,78). Sum of RGB (Red+Green+Blue) = 168+97+78=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8614E is #579EB1. Grayscale: #747474. Windows color (decimal): -5742258 or 5136808. OLE color: 5136808.

HSL color Cylindrical-coordinate representation of color #A8614E: hue angle of 12.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8614E is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB1689778-
CMYK00.420.540.34
HSL12.67º36.59%48.24%-
HSV(B)12.67º53.57%65.88%-
XYZ21.817.429.42-
YUV116.06106.52165.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.98%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=48.98%
G=28.28%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168977800.420.540.3412.6736.5948.24
HexA8614E02A3622d2530
Octal2501411160526642154560
Binary101010001100001100111001010101101101000101101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8614E; }

 p { color: rgb(168,97,78); }

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

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

 a { background-color: rgb(168,97,78); }

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

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

 span { border-color: rgb(168,97,78); }

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