Html Css Color HEX #A18661 Sorrell Brown

📋 copy color: '#A18661'

red 161 ◦ green 134 ◦ blue 97

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

Shades of Sorrell Brown #A18661

Tints of Sorrell Brown #A18661

RGB

 RED value IS 161 (63.28% from 255) = 41.07%

 GREEN value IS 134 (52.73% from 255) = 34.18%

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

R = 41.07%
G = 34.18%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A18661 (or 0xA18661) is known color: Sorrell Brown. HEX triplet: A1, 86 and 61. RGB value is (161,134,97). Sum of RGB (Red+Green+Blue) = 161+134+97=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A18661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18661 is #5E799E. Grayscale: #8A8A8A. Windows color (decimal): -6191519 or 6391457. OLE color: 6391457.

HSL color Cylindrical-coordinate representation of color #A18661: hue angle of 34.69º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A18661 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 134 97 -
CMYK 0 0.17 0.40 0.37
HSL 34.69º 0.25% 0.51% -
HSV(B) 34.69º 0.4% 0.63% -
XYZ 25.38 25.49 14.89 -
YUV 137.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 161 134 97 0 0.17 0.40 0.37 34.69 0.25 0.51
Hex A1 86 61 0 11 28 25 23 19 33
Octal 241 206 141 0 21 50 45 43 31 63
Binary 10100001 10000110 1100001 0 10001 101000 100101 100011 11001 110011

Color Harmonies of #A18661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18661

Black with #A18661

Text Example


Text Example

White with #A18661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18661; }

 p { color: rgb(161,134,97); }

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

background-color css

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

 a { background-color: rgb(161,134,97); }

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

border-color css

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

 span { border-color: rgb(161,134,97); }

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