#A3805A

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

Shades of Sorrell Brown #A3805A

Tints of Sorrell Brown #A3805A

Color information

#A3805A (or 0xA3805A) is unknown color: approx Sorrell Brown. HEX triplet: A3, 80 and 5A. RGB value is (163,128,90). Sum of RGB (Red+Green+Blue) = 163+128+90=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A3805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3805A is #5C7FA5. Grayscale: #868686. Windows color (decimal): -6061990 or 5931171. OLE color: 5931171.

HSL color Cylindrical-coordinate representation of color #A3805A: hue angle of 31.23º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3805A is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16312890-
CMYK00.210.450.36
HSL31.23º28.85%49.61%-
HSV(B)31.23º44.79%63.92%-
XYZ24.6723.9613-
YUV134.13103.1148.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 90 (35.55% from 255) = 23.62%
R=42.78%
G=33.60%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631289000.210.450.3631.2328.8549.61
HexA3805A0152D241f1d32
Octal2432001320255544373562
Binary101000111000000010110100101011011011001001111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3805A; }

 p { color: rgb(163,128,90); }

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

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

 a { background-color: rgb(163,128,90); }

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

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

 span { border-color: rgb(163,128,90); }

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