#A07958

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

Shades of Pale Brown #A07958

Tints of Pale Brown #A07958

Color information

#A07958 (or 0xA07958) is unknown color: approx Pale Brown. HEX triplet: A0, 79 and 58. RGB value is (160,121,88). Sum of RGB (Red+Green+Blue) = 160+121+88=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A07958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07958 is #5F86A7. Grayscale: #818181. Windows color (decimal): -6260392 or 5798304. OLE color: 5798304.

HSL color Cylindrical-coordinate representation of color #A07958: hue angle of 27.5º 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 #A07958 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB16012188-
CMYK00.240.450.37
HSL27.5º29.03%48.63%-
HSV(B)27.5º45%62.75%-
XYZ23.121.8512.23-
YUV128.9104.92150.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 121 (47.66% from 255) = 32.79%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=43.36%
G=32.79%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601218800.240.450.3727.529.0348.63
HexA079580182D251b1d31
Octal2401711300305545333561
Binary10100000111100110110000110001011011001011101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07958; }

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

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

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

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

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

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

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

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