Html Css Color HEX #A2865E Sorrell Brown

📋 copy color: '#A2865E'

red 162 ◦ green 134 ◦ blue 94

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

Shades of Sorrell Brown #A2865E

Tints of Sorrell Brown #A2865E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.36%

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

R = 41.54%
G = 34.36%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A2865E (or 0xA2865E) is known color: Sorrell Brown. HEX triplet: A2, 86 and 5E. RGB value is (162,134,94). Sum of RGB (Red+Green+Blue) = 162+134+94=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A2865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2865E is #5D79A1. Grayscale: #8A8A8A. Windows color (decimal): -6125986 or 6194850. OLE color: 6194850.

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

Color convert

RGB 162 134 94 -
CMYK 0 0.17 0.42 0.36
HSL 35.29º 0.27% 0.5% -
HSV(B) 35.29º 0.42% 0.64% -
XYZ 25.45 25.54 14.18 -
YUV 137.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 162 134 94 0 0.17 0.42 0.36 35.29 0.27 0.5
Hex A2 86 5E 0 11 2A 24 23 1B 32
Octal 242 206 136 0 21 52 44 43 33 62
Binary 10100010 10000110 1011110 0 10001 101010 100100 100011 11011 110010

Color Harmonies of #A2865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2865E

Black with #A2865E

Text Example


Text Example

White with #A2865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2865E; }

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

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

background-color css

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

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

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

border-color css

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

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

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