Html Css Color HEX #A08761 Sorrell Brown

📋 copy color: '#A08761'

red 160 ◦ green 135 ◦ blue 97

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

Shades of Sorrell Brown #A08761

Tints of Sorrell Brown #A08761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.74%

R = 40.82%
G = 34.44%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A08761 (or 0xA08761) is known color: Sorrell Brown. HEX triplet: A0, 87 and 61. RGB value is (160,135,97). Sum of RGB (Red+Green+Blue) = 160+135+97=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A08761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08761 is #5F789E. Grayscale: #8A8A8A. Windows color (decimal): -6256799 or 6391712. OLE color: 6391712.

HSL color Cylindrical-coordinate representation of color #A08761: hue angle of 36.19º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A08761 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 97 -
CMYK 0 0.16 0.39 0.37
HSL 36.19º 0.25% 0.5% -
HSV(B) 36.19º 0.39% 0.63% -
XYZ 25.32 25.66 14.93 -
YUV 138.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 160 135 97 0 0.16 0.39 0.37 36.19 0.25 0.5
Hex A0 87 61 0 10 27 25 24 19 32
Octal 240 207 141 0 20 47 45 44 31 62
Binary 10100000 10000111 1100001 0 10000 100111 100101 100100 11001 110010

Color Harmonies of #A08761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08761

Black with #A08761

Text Example


Text Example

White with #A08761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08761; }

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

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

background-color css

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

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

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

border-color css

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

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

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