Html Css Color HEX #A07C60 Sorrell Brown

📋 copy color: '#A07C60'

red 160 ◦ green 124 ◦ blue 96

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

Shades of Sorrell Brown #A07C60

Tints of Sorrell Brown #A07C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.26%

R = 42.11%
G = 32.63%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A07C60 (or 0xA07C60) is known color: Sorrell Brown. HEX triplet: A0, 7C and 60. RGB value is (160,124,96). Sum of RGB (Red+Green+Blue) = 160+124+96=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C60 is #5F839F. Grayscale: #838383. Windows color (decimal): -6259616 or 6323360. OLE color: 6323360.

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

Color convert

RGB 160 124 96 -
CMYK 0 0.22 0.4 0.37
HSL 26.25º 0.25% 0.5% -
HSV(B) 26.25º 0.4% 0.63% -
XYZ 23.82 22.73 14.2 -
YUV 131.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 160 124 96 0 0.22 0.4 0.37 26.25 0.25 0.5
Hex A0 7C 60 0 16 28 25 1A 19 32
Octal 240 174 140 0 26 50 45 32 31 62
Binary 10100000 1111100 1100000 0 10110 101000 100101 11010 11001 110010

Color Harmonies of #A07C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C60

Black with #A07C60

Text Example


Text Example

White with #A07C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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