Html Css Color HEX #A08161 Sorrell Brown

📋 copy color: '#A08161'

red 160 ◦ green 129 ◦ blue 97

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

Shades of Sorrell Brown #A08161

Tints of Sorrell Brown #A08161

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.42%

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

R = 41.45%
G = 33.42%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A08161 (or 0xA08161) is known color: Sorrell Brown. HEX triplet: A0, 81 and 61. RGB value is (160,129,97). Sum of RGB (Red+Green+Blue) = 160+129+97=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A08161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08161 is #5F7E9E. Grayscale: #868686. Windows color (decimal): -6258335 or 6390176. OLE color: 6390176.

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

Color convert

RGB 160 129 97 -
CMYK 0 0.19 0.39 0.37
HSL 30.48º 0.25% 0.5% -
HSV(B) 30.48º 0.39% 0.63% -
XYZ 24.51 24.04 14.66 -
YUV 134.62 106.77 146.1 -
System Red Green Blue C M Y K H S L
Decimal 160 129 97 0 0.19 0.39 0.37 30.48 0.25 0.5
Hex A0 81 61 0 13 27 25 1E 19 32
Octal 240 201 141 0 23 47 45 36 31 62
Binary 10100000 10000001 1100001 0 10011 100111 100101 11110 11001 110010

Color Harmonies of #A08161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08161

Black with #A08161

Text Example


Text Example

White with #A08161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08161; }

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

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

background-color css

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

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

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

border-color css

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

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

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