Html Css Color HEX #A2855C Sorrell Brown

📋 copy color: '#A2855C'

red 162 ◦ green 133 ◦ blue 92

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

Shades of Sorrell Brown #A2855C

Tints of Sorrell Brown #A2855C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

 BLUE value IS 92 (36.33% from 255) = 23.77%

R = 41.86%
G = 34.37%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2855C (or 0xA2855C) is known color: Sorrell Brown. HEX triplet: A2, 85 and 5C. RGB value is (162,133,92). Sum of RGB (Red+Green+Blue) = 162+133+92=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2855C is #5D7AA3. Grayscale: #898989. Windows color (decimal): -6126244 or 6063522. OLE color: 6063522.

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

Color convert

RGB 162 133 92 -
CMYK 0 0.18 0.43 0.36
HSL 35.14º 0.28% 0.5% -
HSV(B) 35.14º 0.43% 0.64% -
XYZ 25.22 25.23 13.67 -
YUV 137 102.61 145.83 -
System Red Green Blue C M Y K H S L
Decimal 162 133 92 0 0.18 0.43 0.36 35.14 0.28 0.5
Hex A2 85 5C 0 12 2B 24 23 1C 32
Octal 242 205 134 0 22 53 44 43 34 62
Binary 10100010 10000101 1011100 0 10010 101011 100100 100011 11100 110010

Color Harmonies of #A2855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2855C

Black with #A2855C

Text Example


Text Example

White with #A2855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2855C; }

 p { color: rgb(162,133,92); }

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

background-color css

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

 a { background-color: rgb(162,133,92); }

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

border-color css

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

 span { border-color: rgb(162,133,92); }

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