Html Css Color HEX #A07C61 Sorrell Brown

📋 copy color: '#A07C61'

red 160 ◦ green 124 ◦ blue 97

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

Shades of Sorrell Brown #A07C61

Tints of Sorrell Brown #A07C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.55%

 BLUE value IS 97 (38.28% from 255) = 25.46%

R = 41.99%
G = 32.55%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A07C61 (or 0xA07C61) is known color: Sorrell Brown. HEX triplet: A0, 7C and 61. RGB value is (160,124,97). Sum of RGB (Red+Green+Blue) = 160+124+97=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C61 is #5F839E. Grayscale: #838383. Windows color (decimal): -6259615 or 6388896. OLE color: 6388896.

HSL color Cylindrical-coordinate representation of color #A07C61: hue angle of 25.71º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A07C61 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 124 97 -
CMYK 0 0.22 0.39 0.37
HSL 25.71º 0.25% 0.5% -
HSV(B) 25.71º 0.39% 0.63% -
XYZ 23.86 22.75 14.44 -
YUV 131.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 160 124 97 0 0.22 0.39 0.37 25.71 0.25 0.5
Hex A0 7C 61 0 16 27 25 1A 19 32
Octal 240 174 141 0 26 47 45 32 31 62
Binary 10100000 1111100 1100001 0 10110 100111 100101 11010 11001 110010

Color Harmonies of #A07C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C61

Black with #A07C61

Text Example


Text Example

White with #A07C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C61; }

 p { color: rgb(160,124,97); }

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

background-color css

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

 a { background-color: rgb(160,124,97); }

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

border-color css

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

 span { border-color: rgb(160,124,97); }

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