Html Css Color HEX #A2845E Sorrell Brown

📋 copy color: '#A2845E'

red 162 ◦ green 132 ◦ blue 94

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

Shades of Sorrell Brown #A2845E

Tints of Sorrell Brown #A2845E

RGB

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

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

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

R = 41.75%
G = 34.02%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A2845E (or 0xA2845E) is known color: Sorrell Brown. HEX triplet: A2, 84 and 5E. RGB value is (162,132,94). Sum of RGB (Red+Green+Blue) = 162+132+94=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2845E is #5D7BA1. Grayscale: #888888. Windows color (decimal): -6126498 or 6194338. OLE color: 6194338.

HSL color Cylindrical-coordinate representation of color #A2845E: hue angle of 33.53º 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 #A2845E is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 132 94 -
CMYK 0 0.19 0.42 0.36
HSL 33.53º 0.27% 0.5% -
HSV(B) 33.53º 0.42% 0.64% -
XYZ 25.17 24.99 14.09 -
YUV 136.64 103.94 146.09 -
System Red Green Blue C M Y K H S L
Decimal 162 132 94 0 0.19 0.42 0.36 33.53 0.27 0.5
Hex A2 84 5E 0 13 2A 24 22 1B 32
Octal 242 204 136 0 23 52 44 42 33 62
Binary 10100010 10000100 1011110 0 10011 101010 100100 100010 11011 110010

Color Harmonies of #A2845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2845E

Black with #A2845E

Text Example


Text Example

White with #A2845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2845E; }

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

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

background-color css

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

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

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

border-color css

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

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

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