#A38660

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

Shades of Sorrell Brown #A38660

Tints of Sorrell Brown #A38660

Color information

#A38660 (or 0xA38660) is unknown color: approx Sorrell Brown. HEX triplet: A3, 86 and 60. RGB value is (163,134,96). Sum of RGB (Red+Green+Blue) = 163+134+96=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A38660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38660 is #5C799F. Grayscale: #8A8A8A. Windows color (decimal): -6060448 or 6325923. OLE color: 6325923.

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

Color convert

RGB16313496-
CMYK00.180.410.36
HSL34.03º26.69%50.78%-
HSV(B)34.03º41.1%63.92%-
XYZ25.7425.6814.67-
YUV138.34104.11145.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=41.48%
G=34.10%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631349600.180.410.3634.0326.6950.78
HexA386600122924221b33
Octal2432061400225144423363
Binary1010001110000110110000001001010100110010010001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38660; }

 p { color: rgb(163,134,96); }

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

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

 a { background-color: rgb(163,134,96); }

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

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

 span { border-color: rgb(163,134,96); }

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