Html Css Color HEX #A2835E Sorrell Brown

📋 copy color: '#A2835E'

red 162 ◦ green 131 ◦ blue 94

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

Shades of Sorrell Brown #A2835E

Tints of Sorrell Brown #A2835E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

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

R = 41.86%
G = 33.85%
B = 24.29%

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

#A2835E (or 0xA2835E) is known color: Sorrell Brown. HEX triplet: A2, 83 and 5E. RGB value is (162,131,94). Sum of RGB (Red+Green+Blue) = 162+131+94=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2835E is #5D7CA1. Grayscale: #888888. Windows color (decimal): -6126754 or 6194082. OLE color: 6194082.

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

Color convert

RGB 162 131 94 -
CMYK 0 0.19 0.42 0.36
HSL 32.65º 0.27% 0.5% -
HSV(B) 32.65º 0.42% 0.64% -
XYZ 25.04 24.72 14.04 -
YUV 136.05 104.27 146.51 -
System Red Green Blue C M Y K H S L
Decimal 162 131 94 0 0.19 0.42 0.36 32.65 0.27 0.5
Hex A2 83 5E 0 13 2A 24 21 1B 32
Octal 242 203 136 0 23 52 44 41 33 62
Binary 10100010 10000011 1011110 0 10011 101010 100100 100001 11011 110010

Color Harmonies of #A2835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2835E

Black with #A2835E

Text Example


Text Example

White with #A2835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2835E; }

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

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

background-color css

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

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

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

border-color css

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

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

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