Html Css Color HEX #A2815B Sorrell Brown

📋 copy color: '#A2815B'

red 162 ◦ green 129 ◦ blue 91

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

Shades of Sorrell Brown #A2815B

Tints of Sorrell Brown #A2815B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.77%

 BLUE value IS 91 (35.94% from 255) = 23.82%

R = 42.41%
G = 33.77%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2815B (or 0xA2815B) is known color: Sorrell Brown. HEX triplet: A2, 81 and 5B. RGB value is (162,129,91). Sum of RGB (Red+Green+Blue) = 162+129+91=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A2815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2815B is #5D7EA4. Grayscale: #868686. Windows color (decimal): -6127269 or 5996962. OLE color: 5996962.

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

Color convert

RGB 162 129 91 -
CMYK 0 0.20 0.44 0.36
HSL 32.11º 0.28% 0.5% -
HSV(B) 32.11º 0.44% 0.64% -
XYZ 24.64 24.14 13.26 -
YUV 134.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 162 129 91 0 0.20 0.44 0.36 32.11 0.28 0.5
Hex A2 81 5B 0 14 2C 24 20 1C 32
Octal 242 201 133 0 24 54 44 40 34 62
Binary 10100010 10000001 1011011 0 10100 101100 100100 100000 11100 110010

Color Harmonies of #A2815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2815B

Black with #A2815B

Text Example


Text Example

White with #A2815B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2815B; }

 p { color: rgb(162,129,91); }

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

background-color css

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

 a { background-color: rgb(162,129,91); }

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

border-color css

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

 span { border-color: rgb(162,129,91); }

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