#A67752

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

Shades of Pale Brown #A67752

Tints of Pale Brown #A67752

Color information

#A67752 (or 0xA67752) is unknown color: approx Pale Brown. HEX triplet: A6, 77 and 52. RGB value is (166,119,82). Sum of RGB (Red+Green+Blue) = 166+119+82=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A67752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67752 is #5988AD. Grayscale: #818181. Windows color (decimal): -5867694 or 5404582. OLE color: 5404582.

HSL color Cylindrical-coordinate representation of color #A67752: hue angle of 26.43º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A67752 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16611982-
CMYK00.280.510.35
HSL26.43º33.87%48.63%-
HSV(B)26.43º50.6%65.1%-
XYZ23.8521.9110.95-
YUV128.84101.57154.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=45.23%
G=32.43%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661198200.280.510.3526.4333.8748.63
HexA6775201C33231a2231
Octal2461671220346343324261
Binary101001101110111101001001110011001110001111010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67752; }

 p { color: rgb(166,119,82); }

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

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

 a { background-color: rgb(166,119,82); }

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

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

 span { border-color: rgb(166,119,82); }

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