Html Css Color HEX #A08260 Sorrell Brown

📋 copy color: '#A08260'

red 160 ◦ green 130 ◦ blue 96

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

Shades of Sorrell Brown #A08260

Tints of Sorrell Brown #A08260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

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

R = 41.45%
G = 33.68%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A08260 (or 0xA08260) is known color: Sorrell Brown. HEX triplet: A0, 82 and 60. RGB value is (160,130,96). Sum of RGB (Red+Green+Blue) = 160+130+96=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A08260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08260 is #5F7D9F. Grayscale: #878787. Windows color (decimal): -6258080 or 6324896. OLE color: 6324896.

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

Color convert

RGB 160 130 96 -
CMYK 0 0.19 0.4 0.37
HSL 31.88º 0.25% 0.5% -
HSV(B) 31.88º 0.4% 0.63% -
XYZ 24.59 24.28 14.46 -
YUV 135.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 160 130 96 0 0.19 0.4 0.37 31.88 0.25 0.5
Hex A0 82 60 0 13 28 25 20 19 32
Octal 240 202 140 0 23 50 45 40 31 62
Binary 10100000 10000010 1100000 0 10011 101000 100101 100000 11001 110010

Color Harmonies of #A08260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08260

Black with #A08260

Text Example


Text Example

White with #A08260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08260; }

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

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

background-color css

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

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

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

border-color css

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

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

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