#A38160

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

Shades of Sorrell Brown #A38160

Tints of Sorrell Brown #A38160

Color information

#A38160 (or 0xA38160) is unknown color: approx Sorrell Brown. HEX triplet: A3, 81 and 60. RGB value is (163,129,96). Sum of RGB (Red+Green+Blue) = 163+129+96=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A38160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38160 is #5C7E9F. Grayscale: #878787. Windows color (decimal): -6061728 or 6324643. OLE color: 6324643.

HSL color Cylindrical-coordinate representation of color #A38160: hue angle of 29.55º 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 #A38160 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16312996-
CMYK00.210.410.36
HSL29.55º26.69%50.78%-
HSV(B)29.55º41.1%63.92%-
XYZ25.0724.3314.44-
YUV135.4105.76147.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=42.01%
G=33.25%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631299600.210.410.3629.5526.6950.78
HexA3816001529241e1b33
Octal2432011400255144363363
Binary101000111000000111000000101011010011001001111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38160; }

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

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

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

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

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

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

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

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