#A5744E

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

Shades of Pale Brown #A5744E

Tints of Pale Brown #A5744E

Color information

#A5744E (or 0xA5744E) is unknown color: approx Pale Brown. HEX triplet: A5, 74 and 4E. RGB value is (165,116,78). Sum of RGB (Red+Green+Blue) = 165+116+78=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5744E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5744E is #5A8BB1. Grayscale: #7E7E7E. Windows color (decimal): -5934002 or 5141669. OLE color: 5141669.

HSL color Cylindrical-coordinate representation of color #A5744E: hue angle of 26.21º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5744E is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16511678-
CMYK00.300.530.35
HSL26.21º35.8%47.65%-
HSV(B)26.21º52.73%64.71%-
XYZ23.1421.0410.05-
YUV126.32100.73155.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 78 (30.86% from 255) = 21.73%
R=45.96%
G=32.31%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651167800.300.530.3526.2135.847.65
HexA5744E01E35231a2430
Octal2451641160366543324460
Binary101001011110100100111001111011010110001111010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5744E; }

 p { color: rgb(165,116,78); }

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

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

 a { background-color: rgb(165,116,78); }

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

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

 span { border-color: rgb(165,116,78); }

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