#A07B5C

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

Shades of Sorrell Brown #A07B5C

Tints of Sorrell Brown #A07B5C

Color information

#A07B5C (or 0xA07B5C) is unknown color: approx Sorrell Brown. HEX triplet: A0, 7B and 5C. RGB value is (160,123,92). Sum of RGB (Red+Green+Blue) = 160+123+92=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B5C is #5F84A3. Grayscale: #828282. Windows color (decimal): -6259876 or 6060960. OLE color: 6060960.

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

Color convert

RGB16012392-
CMYK00.230.430.37
HSL27.35º26.98%49.41%-
HSV(B)27.35º42.5%62.75%-
XYZ23.5122.4113.21-
YUV130.53106.26149.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 123 (48.44% from 255) = 32.8%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=42.67%
G=32.8%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601239200.230.430.3727.3526.9849.41
HexA07B5C0172B251b1b31
Octal2401731340275345333361
Binary10100000111101110111000101111010111001011101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07B5C; }

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

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

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

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

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

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

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

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