#A7754E

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

Shades of Sante Fe #A7754E

Tints of Sante Fe #A7754E

Color information

#A7754E (or 0xA7754E) is unknown color: approx Sante Fe. HEX triplet: A7, 75 and 4E. RGB value is (167,117,78). Sum of RGB (Red+Green+Blue) = 167+117+78=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A7754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7754E is #588AB1. Grayscale: #7F7F7F. Windows color (decimal): -5802674 or 5141927. OLE color: 5141927.

HSL color Cylindrical-coordinate representation of color #A7754E: hue angle of 26.29º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7754E is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16711778-
CMYK00.300.530.35
HSL26.29º36.33%48.04%-
HSV(B)26.29º53.29%65.49%-
XYZ23.6721.4910.11-
YUV127.5100.06156.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.13%
GREEN value IS 117 (46.09% from 255) = 32.32%
BLUE value IS 78 (30.86% from 255) = 21.55%
R=46.13%
G=32.32%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671177800.300.530.3526.2936.3348.04
HexA7754E01E35231a2430
Octal2471651160366543324460
Binary101001111110101100111001111011010110001111010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7754E; }

 p { color: rgb(167,117,78); }

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

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

 a { background-color: rgb(167,117,78); }

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

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

 span { border-color: rgb(167,117,78); }

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