Html Css Color HEX #A3805E Sorrell Brown

📋 copy color: '#A3805E'

red 163 ◦ green 128 ◦ blue 94

#A3805E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorrell Brown #A3805E

Tints of Sorrell Brown #A3805E

RGB

 RED value IS 163 (64.06% from 255) = 42.34%

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 94 (37.11% from 255) = 24.42%

R = 42.34%
G = 33.25%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3805E (or 0xA3805E) is known color: Sorrell Brown. HEX triplet: A3, 80 and 5E. RGB value is (163,128,94). Sum of RGB (Red+Green+Blue) = 163+128+94=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3805E is #5C7FA1. Grayscale: #868686. Windows color (decimal): -6061986 or 6193315. OLE color: 6193315.

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

Color convert

RGB 163 128 94 -
CMYK 0 0.21 0.42 0.36
HSL 29.57º 0.27% 0.5% -
HSV(B) 29.57º 0.42% 0.64% -
XYZ 24.84 24.03 13.92 -
YUV 134.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 163 128 94 0 0.21 0.42 0.36 29.57 0.27 0.5
Hex A3 80 5E 0 15 2A 24 1E 1B 32
Octal 243 200 136 0 25 52 44 36 33 62
Binary 10100011 10000000 1011110 0 10101 101010 100100 11110 11011 110010

Color Harmonies of #A3805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3805E

Black with #A3805E

Text Example


Text Example

White with #A3805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3805E; }

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

 H1.HeaderClassName
 {
   color: #A3805E;
 }
 .AnyTagClassName
 {
   color: #A3805E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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