#A27B5D

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

Shades of Sorrell Brown #A27B5D

Tints of Sorrell Brown #A27B5D

Color information

#A27B5D (or 0xA27B5D) is unknown color: approx Sorrell Brown. HEX triplet: A2, 7B and 5D. RGB value is (162,123,93). Sum of RGB (Red+Green+Blue) = 162+123+93=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B5D is #5D84A2. Grayscale: #838383. Windows color (decimal): -6128803 or 6126498. OLE color: 6126498.

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

Color convert

RGB16212393-
CMYK00.240.430.36
HSL26.09º27.06%50%-
HSV(B)26.09º42.59%63.53%-
XYZ23.9622.6413.46-
YUV131.24106.42149.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=42.86%
G=32.54%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621239300.240.430.3626.0927.0650
HexA27B5D0182B241a1b32
Octal2421731350305344323362
Binary10100010111101110111010110001010111001001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B5D; }

 p { color: rgb(162,123,93); }

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

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

 a { background-color: rgb(162,123,93); }

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

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

 span { border-color: rgb(162,123,93); }

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