Html Css Color HEX #A0795B Sorrell Brown

📋 copy color: '#A0795B'

red 160 ◦ green 121 ◦ blue 91

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

Shades of Sorrell Brown #A0795B

Tints of Sorrell Brown #A0795B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.53%

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

R = 43.01%
G = 32.53%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0795B (or 0xA0795B) is known color: Sorrell Brown. HEX triplet: A0, 79 and 5B. RGB value is (160,121,91). Sum of RGB (Red+Green+Blue) = 160+121+91=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A0795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0795B is #5F86A4. Grayscale: #818181. Windows color (decimal): -6260389 or 5994912. OLE color: 5994912.

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

Color convert

RGB 160 121 91 -
CMYK 0 0.24 0.43 0.37
HSL 26.09º 0.27% 0.49% -
HSV(B) 26.09º 0.43% 0.63% -
XYZ 23.22 21.9 12.9 -
YUV 129.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 160 121 91 0 0.24 0.43 0.37 26.09 0.27 0.49
Hex A0 79 5B 0 18 2B 25 1A 1B 31
Octal 240 171 133 0 30 53 45 32 33 61
Binary 10100000 1111001 1011011 0 11000 101011 100101 11010 11011 110001

Color Harmonies of #A0795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0795B

Black with #A0795B

Text Example


Text Example

White with #A0795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0795B; }

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

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

background-color css

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

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

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

border-color css

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

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

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