Html Css Color HEX #A0785B Sorrell Brown

📋 copy color: '#A0785B'

red 160 ◦ green 120 ◦ blue 91

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

Shades of Sorrell Brown #A0785B

Tints of Sorrell Brown #A0785B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.35%

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

R = 43.13%
G = 32.35%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0785B (or 0xA0785B) is known color: Sorrell Brown. HEX triplet: A0, 78 and 5B. RGB value is (160,120,91). Sum of RGB (Red+Green+Blue) = 160+120+91=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0785B is #5F87A4. Grayscale: #808080. Windows color (decimal): -6260645 or 5994656. OLE color: 5994656.

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

Color convert

RGB 160 120 91 -
CMYK 0 0.25 0.43 0.37
HSL 25.22º 0.27% 0.49% -
HSV(B) 25.22º 0.43% 0.63% -
XYZ 23.1 21.66 12.86 -
YUV 128.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 160 120 91 0 0.25 0.43 0.37 25.22 0.27 0.49
Hex A0 78 5B 0 19 2B 25 19 1B 31
Octal 240 170 133 0 31 53 45 31 33 61
Binary 10100000 1111000 1011011 0 11001 101011 100101 11001 11011 110001

Color Harmonies of #A0785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0785B

Black with #A0785B

Text Example


Text Example

White with #A0785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0785B; }

 p { color: rgb(160,120,91); }

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

background-color css

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

 a { background-color: rgb(160,120,91); }

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

border-color css

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

 span { border-color: rgb(160,120,91); }

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