#A3724B

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

Shades of Pale Brown #A3724B

Tints of Pale Brown #A3724B

Color information

#A3724B (or 0xA3724B) is unknown color: approx Pale Brown. HEX triplet: A3, 72 and 4B. RGB value is (163,114,75). Sum of RGB (Red+Green+Blue) = 163+114+75=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A3724B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3724B is #5C8DB4. Grayscale: #7C7C7C. Windows color (decimal): -6065589 or 4944547. OLE color: 4944547.

HSL color Cylindrical-coordinate representation of color #A3724B: hue angle of 26.59º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3724B is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB16311475-
CMYK00.300.540.36
HSL26.59º36.97%46.67%-
HSV(B)26.59º53.99%63.92%-
XYZ22.3920.339.4-
YUV124.2100.23155.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 75 (29.69% from 255) = 21.31%
R=46.31%
G=32.39%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631147500.300.540.3626.5936.9746.67
HexA3724B01E36241b252f
Octal2431621130366644334557
Binary101000111110010100101101111011011010010011011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3724B; }

 p { color: rgb(163,114,75); }

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

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

 a { background-color: rgb(163,114,75); }

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

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

 span { border-color: rgb(163,114,75); }

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