#A07250

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

Shades of Pale Brown #A07250

Tints of Pale Brown #A07250

Color information

#A07250 (or 0xA07250) is unknown color: approx Pale Brown. HEX triplet: A0, 72 and 50. RGB value is (160,114,80). Sum of RGB (Red+Green+Blue) = 160+114+80=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A07250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07250 is #5F8DAF. Grayscale: #7C7C7C. Windows color (decimal): -6262192 or 5272224. OLE color: 5272224.

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

Color convert

RGB16011480-
CMYK00.290.50.37
HSL25.5º33.33%47.06%-
HSV(B)25.5º50%62.75%-
XYZ21.9620.0910.31-
YUV123.88103.24153.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.20%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=45.20%
G=32.20%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601148000.290.50.3725.533.3347.06
HexA0725001D322519212f
Octal2401621200356245314157
Binary101000001110010101000001110111001010010111001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07250; }

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

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

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

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

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

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

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

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