Html Css Color HEX #A08860 Sorrell Brown

📋 copy color: '#A08860'

red 160 ◦ green 136 ◦ blue 96

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

Shades of Sorrell Brown #A08860

Tints of Sorrell Brown #A08860

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.69%

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

R = 40.82%
G = 34.69%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A08860 (or 0xA08860) is known color: Sorrell Brown. HEX triplet: A0, 88 and 60. RGB value is (160,136,96). Sum of RGB (Red+Green+Blue) = 160+136+96=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A08860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08860 is #5F779F. Grayscale: #8A8A8A. Windows color (decimal): -6256544 or 6326432. OLE color: 6326432.

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

Color convert

RGB 160 136 96 -
CMYK 0 0.15 0.4 0.37
HSL 37.5º 0.25% 0.5% -
HSV(B) 37.5º 0.4% 0.63% -
XYZ 25.41 25.93 14.73 -
YUV 138.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 160 136 96 0 0.15 0.4 0.37 37.5 0.25 0.5
Hex A0 88 60 0 F 28 25 26 19 32
Octal 240 210 140 0 17 50 45 46 31 62
Binary 10100000 10001000 1100000 0 1111 101000 100101 100110 11001 110010

Color Harmonies of #A08860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08860

Black with #A08860

Text Example


Text Example

White with #A08860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08860; }

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

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

background-color css

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

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

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

border-color css

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

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

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