#A27D5B

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

Shades of Sorrell Brown #A27D5B

Tints of Sorrell Brown #A27D5B

Color information

#A27D5B (or 0xA27D5B) is unknown color: approx Sorrell Brown. HEX triplet: A2, 7D and 5B. RGB value is (162,125,91). Sum of RGB (Red+Green+Blue) = 162+125+91=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27D5B is #5D82A4. Grayscale: #848484. Windows color (decimal): -6128293 or 5995938. OLE color: 5995938.

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

Color convert

RGB16212591-
CMYK00.230.440.36
HSL28.73º28.06%49.61%-
HSV(B)28.73º43.83%63.53%-
XYZ24.1223.113.09-
YUV132.19104.76149.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=42.86%
G=33.07%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621259100.230.440.3628.7328.0649.61
HexA27D5B0172C241d1c32
Octal2421751330275444353462
Binary10100010111110110110110101111011001001001110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27D5B; }

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

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

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

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

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

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

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

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