Html Css Color HEX #A0845C Sorrell Brown

📋 copy color: '#A0845C'

red 160 ◦ green 132 ◦ blue 92

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

Shades of Sorrell Brown #A0845C

Tints of Sorrell Brown #A0845C

RGB

 RED value IS 160 (62.89% from 255) = 41.67%

 GREEN value IS 132 (51.95% from 255) = 34.38%

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

R = 41.67%
G = 34.38%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0845C (or 0xA0845C) is known color: Sorrell Brown. HEX triplet: A0, 84 and 5C. RGB value is (160,132,92). Sum of RGB (Red+Green+Blue) = 160+132+92=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0845C is #5F7BA3. Grayscale: #888888. Windows color (decimal): -6257572 or 6063264. OLE color: 6063264.

HSL color Cylindrical-coordinate representation of color #A0845C: hue angle of 35.29º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0845C is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 132 92 -
CMYK 0 0.17 0.43 0.37
HSL 35.29º 0.27% 0.49% -
HSV(B) 35.29º 0.43% 0.63% -
XYZ 24.68 24.75 13.6 -
YUV 135.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 160 132 92 0 0.17 0.43 0.37 35.29 0.27 0.49
Hex A0 84 5C 0 11 2B 25 23 1B 31
Octal 240 204 134 0 21 53 45 43 33 61
Binary 10100000 10000100 1011100 0 10001 101011 100101 100011 11011 110001

Color Harmonies of #A0845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0845C

Black with #A0845C

Text Example


Text Example

White with #A0845C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0845C; }

 p { color: rgb(160,132,92); }

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

background-color css

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

 a { background-color: rgb(160,132,92); }

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

border-color css

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

 span { border-color: rgb(160,132,92); }

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