Html Css Color HEX #A08760 Sorrell Brown

📋 copy color: '#A08760'

red 160 ◦ green 135 ◦ blue 96

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

Shades of Sorrell Brown #A08760

Tints of Sorrell Brown #A08760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.53%

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

R = 40.92%
G = 34.53%
B = 24.55%

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

#A08760 (or 0xA08760) is known color: Sorrell Brown. HEX triplet: A0, 87 and 60. RGB value is (160,135,96). Sum of RGB (Red+Green+Blue) = 160+135+96=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A08760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08760 is #5F789F. Grayscale: #8A8A8A. Windows color (decimal): -6256800 or 6326176. OLE color: 6326176.

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

Color convert

RGB 160 135 96 -
CMYK 0 0.16 0.4 0.37
HSL 36.56º 0.25% 0.5% -
HSV(B) 36.56º 0.4% 0.63% -
XYZ 25.27 25.65 14.68 -
YUV 138.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 160 135 96 0 0.16 0.4 0.37 36.56 0.25 0.5
Hex A0 87 60 0 10 28 25 25 19 32
Octal 240 207 140 0 20 50 45 45 31 62
Binary 10100000 10000111 1100000 0 10000 101000 100101 100101 11001 110010

Color Harmonies of #A08760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08760

Black with #A08760

Text Example


Text Example

White with #A08760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08760; }

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

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

background-color css

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

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

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

border-color css

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

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

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