#A27D5F

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

Shades of Sorrell Brown #A27D5F

Tints of Sorrell Brown #A27D5F

Color information

#A27D5F (or 0xA27D5F) is unknown color: approx Sorrell Brown. HEX triplet: A2, 7D and 5F. RGB value is (162,125,95). Sum of RGB (Red+Green+Blue) = 162+125+95=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27D5F is #5D82A0. Grayscale: #848484. Windows color (decimal): -6128289 or 6258082. OLE color: 6258082.

HSL color Cylindrical-coordinate representation of color #A27D5F: hue angle of 26.87º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A27D5F is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16212595-
CMYK00.230.410.36
HSL26.87º26.48%50.39%-
HSV(B)26.87º41.36%63.53%-
XYZ24.323.1714.02-
YUV132.64106.76148.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=42.41%
G=32.72%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621259500.230.410.3626.8726.4850.39
HexA27D5F01729241b1a32
Octal2421751370275144333262
Binary10100010111110110111110101111010011001001101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27D5F; }

 p { color: rgb(162,125,95); }

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

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

 a { background-color: rgb(162,125,95); }

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

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

 span { border-color: rgb(162,125,95); }

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