#A07254

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

Shades of Pale Brown #A07254

Tints of Pale Brown #A07254

Color information

#A07254 (or 0xA07254) is unknown color: approx Pale Brown. HEX triplet: A0, 72 and 54. RGB value is (160,114,84). Sum of RGB (Red+Green+Blue) = 160+114+84=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A07254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07254 is #5F8DAB. Grayscale: #7C7C7C. Windows color (decimal): -6262188 or 5534368. OLE color: 5534368.

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

Color convert

RGB16011484-
CMYK00.290.480.37
HSL23.68º31.15%47.84%-
HSV(B)23.68º47.5%62.75%-
XYZ22.1120.1511.11-
YUV124.33105.24153.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.69%
GREEN value IS 114 (44.92% from 255) = 31.84%
BLUE value IS 84 (33.20% from 255) = 23.46%
R=44.69%
G=31.84%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601148400.290.480.3723.6831.1547.84
HexA0725401D3025181f30
Octal2401621240356045303760
Binary10100000111001010101000111011100001001011100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07254; }

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

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

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

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

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

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

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

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