Html Css Color HEX #A2835D Sorrell Brown

📋 copy color: '#A2835D'

red 162 ◦ green 131 ◦ blue 93

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

Shades of Sorrell Brown #A2835D

Tints of Sorrell Brown #A2835D

RGB

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

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

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

R = 41.97%
G = 33.94%
B = 24.09%

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

#A2835D (or 0xA2835D) is known color: Sorrell Brown. HEX triplet: A2, 83 and 5D. RGB value is (162,131,93). Sum of RGB (Red+Green+Blue) = 162+131+93=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2835D is #5D7CA2. Grayscale: #888888. Windows color (decimal): -6126755 or 6128546. OLE color: 6128546.

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

Color convert

RGB 162 131 93 -
CMYK 0 0.19 0.43 0.36
HSL 33.04º 0.27% 0.5% -
HSV(B) 33.04º 0.43% 0.64% -
XYZ 24.99 24.7 13.81 -
YUV 135.94 103.77 146.59 -
System Red Green Blue C M Y K H S L
Decimal 162 131 93 0 0.19 0.43 0.36 33.04 0.27 0.5
Hex A2 83 5D 0 13 2B 24 21 1B 32
Octal 242 203 135 0 23 53 44 41 33 62
Binary 10100010 10000011 1011101 0 10011 101011 100100 100001 11011 110010

Color Harmonies of #A2835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2835D

Black with #A2835D

Text Example


Text Example

White with #A2835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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