#A07A5C

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

Shades of Sorrell Brown #A07A5C

Tints of Sorrell Brown #A07A5C

Color information

#A07A5C (or 0xA07A5C) is unknown color: approx Sorrell Brown. HEX triplet: A0, 7A and 5C. RGB value is (160,122,92). Sum of RGB (Red+Green+Blue) = 160+122+92=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A5C is #5F85A3. Grayscale: #828282. Windows color (decimal): -6260132 or 6060704. OLE color: 6060704.

HSL color Cylindrical-coordinate representation of color #A07A5C: hue angle of 26.47º 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 #A07A5C is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB16012292-
CMYK00.240.430.37
HSL26.47º26.98%49.41%-
HSV(B)26.47º42.5%62.75%-
XYZ23.3922.1713.17-
YUV129.94106.59149.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 92 (36.33% from 255) = 24.60%
R=42.78%
G=32.62%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601229200.240.430.3726.4726.9849.41
HexA07A5C0182B251a1b31
Octal2401721340305345323361
Binary10100000111101010111000110001010111001011101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07A5C; }

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

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

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

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

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

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

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

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