#A07B60

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

Shades of Sorrell Brown #A07B60

Tints of Sorrell Brown #A07B60

Color information

#A07B60 (or 0xA07B60) is unknown color: approx Sorrell Brown. HEX triplet: A0, 7B and 60. RGB value is (160,123,96). Sum of RGB (Red+Green+Blue) = 160+123+96=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B60 is #5F849F. Grayscale: #838383. Windows color (decimal): -6259872 or 6323104. OLE color: 6323104.

HSL color Cylindrical-coordinate representation of color #A07B60: hue angle of 25.31º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A07B60 is Cyan = 0, Magento = 0.23, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB16012396-
CMYK00.230.40.37
HSL25.31º25.2%50.2%-
HSV(B)25.31º40%62.75%-
XYZ23.6922.4814.16-
YUV130.98108.26148.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.22%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 96 (37.89% from 255) = 25.33%
R=42.22%
G=32.45%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601239600.230.40.3725.3125.250.2
HexA07B600172825191932
Octal2401731400275045313162
Binary10100000111101111000000101111010001001011100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07B60; }

 p { color: rgb(160,123,96); }

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

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

 a { background-color: rgb(160,123,96); }

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

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

 span { border-color: rgb(160,123,96); }

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