Html Css Color HEX #A2835F Sorrell Brown

📋 copy color: '#A2835F'

red 162 ◦ green 131 ◦ blue 95

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

Shades of Sorrell Brown #A2835F

Tints of Sorrell Brown #A2835F

RGB

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

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

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

R = 41.75%
G = 33.76%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A2835F (or 0xA2835F) is known color: Sorrell Brown. HEX triplet: A2, 83 and 5F. RGB value is (162,131,95). Sum of RGB (Red+Green+Blue) = 162+131+95=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2835F is #5D7CA0. Grayscale: #888888. Windows color (decimal): -6126753 or 6259618. OLE color: 6259618.

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

Color convert

RGB 162 131 95 -
CMYK 0 0.19 0.41 0.36
HSL 32.24º 0.26% 0.5% -
HSV(B) 32.24º 0.41% 0.64% -
XYZ 25.08 24.74 14.28 -
YUV 136.17 104.77 146.43 -
System Red Green Blue C M Y K H S L
Decimal 162 131 95 0 0.19 0.41 0.36 32.24 0.26 0.5
Hex A2 83 5F 0 13 29 24 20 1A 32
Octal 242 203 137 0 23 51 44 40 32 62
Binary 10100010 10000011 1011111 0 10011 101001 100100 100000 11010 110010

Color Harmonies of #A2835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2835F

Black with #A2835F

Text Example


Text Example

White with #A2835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2835F; }

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

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

background-color css

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

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

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

border-color css

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

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

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