#A2754E

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

Shades of Pale Brown #A2754E

Tints of Pale Brown #A2754E

Color information

#A2754E (or 0xA2754E) is unknown color: approx Pale Brown. HEX triplet: A2, 75 and 4E. RGB value is (162,117,78). Sum of RGB (Red+Green+Blue) = 162+117+78=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2754E is #5D8AB1. Grayscale: #7E7E7E. Windows color (decimal): -6130354 or 5141922. OLE color: 5141922.

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

Color convert

RGB16211778-
CMYK00.280.520.36
HSL27.86º35%47.06%-
HSV(B)27.86º51.85%63.53%-
XYZ22.6420.9510.06-
YUV126.01100.91153.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=45.38%
G=32.77%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621177800.280.520.3627.863547.06
HexA2754E01C34241c232f
Octal2421651160346444344357
Binary101000101110101100111001110011010010010011100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2754E; }

 p { color: rgb(162,117,78); }

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

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

 a { background-color: rgb(162,117,78); }

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

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

 span { border-color: rgb(162,117,78); }

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