Html Css Color HEX #A2845D Sorrell Brown

📋 copy color: '#A2845D'

red 162 ◦ green 132 ◦ blue 93

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

Shades of Sorrell Brown #A2845D

Tints of Sorrell Brown #A2845D

RGB

 RED value IS 162 (63.67% from 255) = 41.86%

 GREEN value IS 132 (51.95% from 255) = 34.11%

 BLUE value IS 93 (36.72% from 255) = 24.03%

R = 41.86%
G = 34.11%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2845D (or 0xA2845D) is known color: Sorrell Brown. HEX triplet: A2, 84 and 5D. RGB value is (162,132,93). Sum of RGB (Red+Green+Blue) = 162+132+93=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2845D is #5D7BA2. Grayscale: #888888. Windows color (decimal): -6126499 or 6128802. OLE color: 6128802.

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

Color convert

RGB 162 132 93 -
CMYK 0 0.19 0.43 0.36
HSL 33.91º 0.27% 0.5% -
HSV(B) 33.91º 0.43% 0.64% -
XYZ 25.13 24.97 13.85 -
YUV 136.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 162 132 93 0 0.19 0.43 0.36 33.91 0.27 0.5
Hex A2 84 5D 0 13 2B 24 22 1B 32
Octal 242 204 135 0 23 53 44 42 33 62
Binary 10100010 10000100 1011101 0 10011 101011 100100 100010 11011 110010

Color Harmonies of #A2845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2845D

Black with #A2845D

Text Example


Text Example

White with #A2845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2845D; }

 p { color: rgb(162,132,93); }

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

background-color css

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

 a { background-color: rgb(162,132,93); }

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

border-color css

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

 span { border-color: rgb(162,132,93); }

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