Html Css Color HEX #A3805F Sorrell Brown

📋 copy color: '#A3805F'

red 163 ◦ green 128 ◦ blue 95

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

Shades of Sorrell Brown #A3805F

Tints of Sorrell Brown #A3805F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.61%

R = 42.23%
G = 33.16%
B = 24.61%

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

#A3805F (or 0xA3805F) is known color: Sorrell Brown. HEX triplet: A3, 80 and 5F. RGB value is (163,128,95). Sum of RGB (Red+Green+Blue) = 163+128+95=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3805F is #5C7FA0. Grayscale: #868686. Windows color (decimal): -6061985 or 6258851. OLE color: 6258851.

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

Color convert

RGB 163 128 95 -
CMYK 0 0.21 0.42 0.36
HSL 29.12º 0.27% 0.51% -
HSV(B) 29.12º 0.42% 0.64% -
XYZ 24.89 24.05 14.16 -
YUV 134.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 163 128 95 0 0.21 0.42 0.36 29.12 0.27 0.51
Hex A3 80 5F 0 15 2A 24 1D 1B 33
Octal 243 200 137 0 25 52 44 35 33 63
Binary 10100011 10000000 1011111 0 10101 101010 100100 11101 11011 110011

Color Harmonies of #A3805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3805F

Black with #A3805F

Text Example


Text Example

White with #A3805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3805F; }

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

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

background-color css

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

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

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

border-color css

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

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

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