Html Css Color HEX #A08360 Sorrell Brown

📋 copy color: '#A08360'

red 160 ◦ green 131 ◦ blue 96

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

Shades of Sorrell Brown #A08360

Tints of Sorrell Brown #A08360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

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

R = 41.34%
G = 33.85%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A08360 (or 0xA08360) is known color: Sorrell Brown. HEX triplet: A0, 83 and 60. RGB value is (160,131,96). Sum of RGB (Red+Green+Blue) = 160+131+96=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A08360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08360 is #5F7C9F. Grayscale: #878787. Windows color (decimal): -6257824 or 6325152. OLE color: 6325152.

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

Color convert

RGB 160 131 96 -
CMYK 0 0.18 0.4 0.37
HSL 32.81º 0.25% 0.5% -
HSV(B) 32.81º 0.4% 0.63% -
XYZ 24.72 24.55 14.5 -
YUV 135.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 160 131 96 0 0.18 0.4 0.37 32.81 0.25 0.5
Hex A0 83 60 0 12 28 25 21 19 32
Octal 240 203 140 0 22 50 45 41 31 62
Binary 10100000 10000011 1100000 0 10010 101000 100101 100001 11001 110010

Color Harmonies of #A08360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08360

Black with #A08360

Text Example


Text Example

White with #A08360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08360; }

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

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

background-color css

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

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

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

border-color css

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

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

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