#A8634B

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

Shades of Sante Fe #A8634B

Tints of Sante Fe #A8634B

Color information

#A8634B (or 0xA8634B) is unknown color: approx Sante Fe. HEX triplet: A8, 63 and 4B. RGB value is (168,99,75). Sum of RGB (Red+Green+Blue) = 168+99+75=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8634B is #579CB4. Grayscale: #757575. Windows color (decimal): -5741749 or 4940712. OLE color: 4940712.

HSL color Cylindrical-coordinate representation of color #A8634B: hue angle of 15.48º 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 #A8634B is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB1689975-
CMYK00.410.550.34
HSL15.48º38.27%47.65%-
HSV(B)15.48º55.36%65.88%-
XYZ21.8817.768.93-
YUV116.9104.36164.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.12%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=49.12%
G=28.95%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168997500.410.550.3415.4838.2747.65
HexA8634B0293722f2630
Octal2501431130516742174660
Binary101010001100011100101101010011101111000101111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8634B; }

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

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

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

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

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

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

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

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