Html Css Color HEX #A08660 Sorrell Brown

📋 copy color: '#A08660'

red 160 ◦ green 134 ◦ blue 96

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

Shades of Sorrell Brown #A08660

Tints of Sorrell Brown #A08660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.36%

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

R = 41.03%
G = 34.36%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A08660 (or 0xA08660) is known color: Sorrell Brown. HEX triplet: A0, 86 and 60. RGB value is (160,134,96). Sum of RGB (Red+Green+Blue) = 160+134+96=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A08660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08660 is #5F799F. Grayscale: #898989. Windows color (decimal): -6257056 or 6325920. OLE color: 6325920.

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

Color convert

RGB 160 134 96 -
CMYK 0 0.16 0.4 0.37
HSL 35.63º 0.25% 0.5% -
HSV(B) 35.63º 0.4% 0.63% -
XYZ 25.13 25.37 14.64 -
YUV 137.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 160 134 96 0 0.16 0.4 0.37 35.63 0.25 0.5
Hex A0 86 60 0 10 28 25 24 19 32
Octal 240 206 140 0 20 50 45 44 31 62
Binary 10100000 10000110 1100000 0 10000 101000 100101 100100 11001 110010

Color Harmonies of #A08660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08660

Black with #A08660

Text Example


Text Example

White with #A08660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08660; }

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

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

background-color css

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

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

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

border-color css

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

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

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