#A8664B

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

Shades of Sante Fe #A8664B

Tints of Sante Fe #A8664B

Color information

#A8664B (or 0xA8664B) is unknown color: approx Sante Fe. HEX triplet: A8, 66 and 4B. RGB value is (168,102,75). Sum of RGB (Red+Green+Blue) = 168+102+75=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8664B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8664B is #5799B4. Grayscale: #767676. Windows color (decimal): -5740981 or 4941480. OLE color: 4941480.

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

Color convert

RGB16810275-
CMYK00.390.550.34
HSL17.42º38.27%47.65%-
HSV(B)17.42º55.36%65.88%-
XYZ22.1718.349.03-
YUV118.66103.37163.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.70%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=48.70%
G=29.57%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681027500.390.550.3417.4238.2747.65
HexA8664B0273722112630
Octal2501461130476742214660
Binary1010100011001101001011010011111011110001010001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8664B; }

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

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

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

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

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

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

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

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