#A07658

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

Shades of Pale Brown #A07658

Tints of Pale Brown #A07658

Color information

#A07658 (or 0xA07658) is unknown color: approx Pale Brown. HEX triplet: A0, 76 and 58. RGB value is (160,118,88). Sum of RGB (Red+Green+Blue) = 160+118+88=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A07658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07658 is #5F89A7. Grayscale: #7F7F7F. Windows color (decimal): -6261160 or 5797536. OLE color: 5797536.

HSL color Cylindrical-coordinate representation of color #A07658: hue angle of 25º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A07658 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB16011888-
CMYK00.260.450.37
HSL25º29.03%48.63%-
HSV(B)25º45%62.75%-
XYZ22.7421.1412.11-
YUV127.14105.91151.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=43.72%
G=32.24%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601188800.260.450.372529.0348.63
HexA0765801A2D25191d31
Octal2401661300325545313561
Binary10100000111011010110000110101011011001011100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07658; }

 p { color: rgb(160,118,88); }

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

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

 a { background-color: rgb(160,118,88); }

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

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

 span { border-color: rgb(160,118,88); }

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