#A27451

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

Shades of Pale Brown #A27451

Tints of Pale Brown #A27451

Color information

#A27451 (or 0xA27451) is unknown color: approx Pale Brown. HEX triplet: A2, 74 and 51. RGB value is (162,116,81). Sum of RGB (Red+Green+Blue) = 162+116+81=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A27451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27451 is #5D8BAE. Grayscale: #7D7D7D. Windows color (decimal): -6130607 or 5338274. OLE color: 5338274.

HSL color Cylindrical-coordinate representation of color #A27451: hue angle of 25.93º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A27451 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB16211681-
CMYK00.280.500.36
HSL25.93º33.33%47.65%-
HSV(B)25.93º50%63.53%-
XYZ22.6320.7710.6-
YUV125.76102.74153.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 81 (32.03% from 255) = 22.56%
R=45.13%
G=32.31%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621168100.280.500.3625.9333.3347.65
HexA2745101C32241a2130
Octal2421641210346244324160
Binary101000101110100101000101110011001010010011010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27451; }

 p { color: rgb(162,116,81); }

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

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

 a { background-color: rgb(162,116,81); }

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

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

 span { border-color: rgb(162,116,81); }

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