#A6764E

Color #A6764E Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #A6764E

Tints of Pale Brown #A6764E

Color information

#A6764E (or 0xA6764E) is unknown color: approx Pale Brown. HEX triplet: A6, 76 and 4E. RGB value is (166,118,78). Sum of RGB (Red+Green+Blue) = 166+118+78=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6764E is #5989B1. Grayscale: #7F7F7F. Windows color (decimal): -5867954 or 5142182. OLE color: 5142182.

HSL color Cylindrical-coordinate representation of color #A6764E: hue angle of 27.27º 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 #A6764E is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16611878-
CMYK00.290.530.35
HSL27.27º36.07%47.84%-
HSV(B)27.27º53.01%65.1%-
XYZ23.5821.6110.14-
YUV127.7999.9155.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 118 (46.48% from 255) = 32.60%
BLUE value IS 78 (30.86% from 255) = 21.55%
R=45.86%
G=32.60%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661187800.290.530.3527.2736.0747.84
HexA6764E01D35231b2430
Octal2461661160356543334460
Binary101001101110110100111001110111010110001111011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6764E; }

 p { color: rgb(166,118,78); }

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

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

 a { background-color: rgb(166,118,78); }

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

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

 span { border-color: rgb(166,118,78); }

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