Html Css Color HEX #A07E60 Sorrell Brown

📋 copy color: '#A07E60'

red 160 ◦ green 126 ◦ blue 96

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

Shades of Sorrell Brown #A07E60

Tints of Sorrell Brown #A07E60

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.98%

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

R = 41.88%
G = 32.98%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A07E60 (or 0xA07E60) is known color: Sorrell Brown. HEX triplet: A0, 7E and 60. RGB value is (160,126,96). Sum of RGB (Red+Green+Blue) = 160+126+96=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E60 is #5F819F. Grayscale: #848484. Windows color (decimal): -6259104 or 6323872. OLE color: 6323872.

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

Color convert

RGB 160 126 96 -
CMYK 0 0.21 0.4 0.37
HSL 28.13º 0.25% 0.5% -
HSV(B) 28.13º 0.4% 0.63% -
XYZ 24.07 23.24 14.28 -
YUV 132.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 160 126 96 0 0.21 0.4 0.37 28.13 0.25 0.5
Hex A0 7E 60 0 15 28 25 1C 19 32
Octal 240 176 140 0 25 50 45 34 31 62
Binary 10100000 1111110 1100000 0 10101 101000 100101 11100 11001 110010

Color Harmonies of #A07E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E60

Black with #A07E60

Text Example


Text Example

White with #A07E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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