#A07354

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

Shades of Pale Brown #A07354

Tints of Pale Brown #A07354

Color information

#A07354 (or 0xA07354) is unknown color: approx Pale Brown. HEX triplet: A0, 73 and 54. RGB value is (160,115,84). Sum of RGB (Red+Green+Blue) = 160+115+84=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A07354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07354 is #5F8CAB. Grayscale: #7D7D7D. Windows color (decimal): -6261932 or 5534624. OLE color: 5534624.

HSL color Cylindrical-coordinate representation of color #A07354: hue angle of 24.47º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A07354 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB16011584-
CMYK00.280.480.37
HSL24.47º31.15%47.84%-
HSV(B)24.47º47.5%62.75%-
XYZ22.2320.3811.15-
YUV124.92104.91153.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.57%
GREEN value IS 115 (45.31% from 255) = 32.03%
BLUE value IS 84 (33.20% from 255) = 23.40%
R=44.57%
G=32.03%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601158400.280.480.3724.4731.1547.84
HexA0735401C3025181f30
Octal2401631240346045303760
Binary10100000111001110101000111001100001001011100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07354; }

 p { color: rgb(160,115,84); }

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

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

 a { background-color: rgb(160,115,84); }

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

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

 span { border-color: rgb(160,115,84); }

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