#A27B5C

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

Shades of Sorrell Brown #A27B5C

Tints of Sorrell Brown #A27B5C

Color information

#A27B5C (or 0xA27B5C) is unknown color: approx Sorrell Brown. HEX triplet: A2, 7B and 5C. RGB value is (162,123,92). Sum of RGB (Red+Green+Blue) = 162+123+92=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B5C is #5D84A3. Grayscale: #838383. Windows color (decimal): -6128804 or 6060962. OLE color: 6060962.

HSL color Cylindrical-coordinate representation of color #A27B5C: hue angle of 26.57º degrees, saturation: 0.28, 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 #A27B5C is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16212392-
CMYK00.240.430.36
HSL26.57º27.56%49.8%-
HSV(B)26.57º43.21%63.53%-
XYZ23.9222.6213.23-
YUV131.13105.92150.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=42.97%
G=32.63%
B=24.40%

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
Decimal1621239200.240.430.3626.5727.5649.8
HexA27B5C0182B241b1c32
Octal2421731340305344333462
Binary10100010111101110111000110001010111001001101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B5C; }

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

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

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

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

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

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

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

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