Html Css Color HEX #A0835C Sorrell Brown

📋 copy color: '#A0835C'

red 160 ◦ green 131 ◦ blue 92

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

Shades of Sorrell Brown #A0835C

Tints of Sorrell Brown #A0835C

RGB

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

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

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

R = 41.78%
G = 34.2%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0835C (or 0xA0835C) is known color: Sorrell Brown. HEX triplet: A0, 83 and 5C. RGB value is (160,131,92). Sum of RGB (Red+Green+Blue) = 160+131+92=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0835C is #5F7CA3. Grayscale: #878787. Windows color (decimal): -6257828 or 6063008. OLE color: 6063008.

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

Color convert

RGB 160 131 92 -
CMYK 0 0.18 0.43 0.37
HSL 34.41º 0.27% 0.49% -
HSV(B) 34.41º 0.43% 0.63% -
XYZ 24.55 24.48 13.56 -
YUV 135.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 160 131 92 0 0.18 0.43 0.37 34.41 0.27 0.49
Hex A0 83 5C 0 12 2B 25 22 1B 31
Octal 240 203 134 0 22 53 45 42 33 61
Binary 10100000 10000011 1011100 0 10010 101011 100101 100010 11011 110001

Color Harmonies of #A0835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0835C

Black with #A0835C

Text Example


Text Example

White with #A0835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0835C; }

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

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

background-color css

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

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

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

border-color css

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

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

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