Html Css Color HEX #A0795C Sorrell Brown

📋 copy color: '#A0795C'

red 160 ◦ green 121 ◦ blue 92

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

Shades of Sorrell Brown #A0795C

Tints of Sorrell Brown #A0795C

RGB

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

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

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

R = 42.9%
G = 32.44%
B = 24.66%

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

#A0795C (or 0xA0795C) is known color: Sorrell Brown. HEX triplet: A0, 79 and 5C. RGB value is (160,121,92). Sum of RGB (Red+Green+Blue) = 160+121+92=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A0795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0795C is #5F86A3. Grayscale: #818181. Windows color (decimal): -6260388 or 6060448. OLE color: 6060448.

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

Color convert

RGB 160 121 92 -
CMYK 0 0.24 0.43 0.37
HSL 25.59º 0.27% 0.49% -
HSV(B) 25.59º 0.43% 0.63% -
XYZ 23.27 21.92 13.13 -
YUV 129.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 160 121 92 0 0.24 0.43 0.37 25.59 0.27 0.49
Hex A0 79 5C 0 18 2B 25 1A 1B 31
Octal 240 171 134 0 30 53 45 32 33 61
Binary 10100000 1111001 1011100 0 11000 101011 100101 11010 11011 110001

Color Harmonies of #A0795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0795C

Black with #A0795C

Text Example


Text Example

White with #A0795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0795C; }

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

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

background-color css

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

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

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

border-color css

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

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

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