Html Css Color HEX #A18261 Sorrell Brown

📋 copy color: '#A18261'

red 161 ◦ green 130 ◦ blue 97

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

Shades of Sorrell Brown #A18261

Tints of Sorrell Brown #A18261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

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

R = 41.49%
G = 33.51%
B = 25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A18261 (or 0xA18261) is known color: Sorrell Brown. HEX triplet: A1, 82 and 61. RGB value is (161,130,97). Sum of RGB (Red+Green+Blue) = 161+130+97=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A18261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18261 is #5E7D9E. Grayscale: #878787. Windows color (decimal): -6192543 or 6390433. OLE color: 6390433.

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

Color convert

RGB 161 130 97 -
CMYK 0 0.19 0.40 0.37
HSL 30.94º 0.25% 0.51% -
HSV(B) 30.94º 0.4% 0.63% -
XYZ 24.84 24.41 14.71 -
YUV 135.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 161 130 97 0 0.19 0.40 0.37 30.94 0.25 0.51
Hex A1 82 61 0 13 28 25 1F 19 33
Octal 241 202 141 0 23 50 45 37 31 63
Binary 10100001 10000010 1100001 0 10011 101000 100101 11111 11001 110011

Color Harmonies of #A18261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18261

Black with #A18261

Text Example


Text Example

White with #A18261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18261; }

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

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

background-color css

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

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

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

border-color css

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

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

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