#A07253

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

Shades of Pale Brown #A07253

Tints of Pale Brown #A07253

Color information

#A07253 (or 0xA07253) is unknown color: approx Pale Brown. HEX triplet: A0, 72 and 53. RGB value is (160,114,83). Sum of RGB (Red+Green+Blue) = 160+114+83=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A07253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07253 is #5F8DAC. Grayscale: #7C7C7C. Windows color (decimal): -6262189 or 5468832. OLE color: 5468832.

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

Color convert

RGB16011483-
CMYK00.290.480.37
HSL24.16º31.69%47.65%-
HSV(B)24.16º48.12%62.75%-
XYZ22.0820.1310.91-
YUV124.22104.74153.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 83 (32.81% from 255) = 23.25%
R=44.82%
G=31.93%
B=23.25%

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
Decimal1601148300.290.480.3724.1631.6947.65
HexA0725301D3025182030
Octal2401621230356045304060
Binary101000001110010101001101110111000010010111000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07253; }

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

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

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

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

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

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

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

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