#A67655

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

Shades of Pale Brown #A67655

Tints of Pale Brown #A67655

Color information

#A67655 (or 0xA67655) is unknown color: approx Pale Brown. HEX triplet: A6, 76 and 55. RGB value is (166,118,85). Sum of RGB (Red+Green+Blue) = 166+118+85=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A67655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67655 is #5989AA. Grayscale: #808080. Windows color (decimal): -5867947 or 5600934. OLE color: 5600934.

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

Color convert

RGB16611885-
CMYK00.290.490.35
HSL24.44º32.27%49.22%-
HSV(B)24.44º48.8%65.1%-
XYZ23.8421.7211.53-
YUV128.59103.4154.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.99%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 85 (33.59% from 255) = 23.04%
R=44.99%
G=31.98%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661188500.290.490.3524.4432.2749.22
HexA6765501D3123182031
Octal2461661250356143304061
Binary101001101110110101010101110111000110001111000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67655; }

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

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

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

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

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

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

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

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