Html Css Color HEX #A17F61 Sorrell Brown

📋 copy color: '#A17F61'

red 161 ◦ green 127 ◦ blue 97

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

Shades of Sorrell Brown #A17F61

Tints of Sorrell Brown #A17F61

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

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

R = 41.82%
G = 32.99%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A17F61 (or 0xA17F61) is known color: Sorrell Brown. HEX triplet: A1, 7F and 61. RGB value is (161,127,97). Sum of RGB (Red+Green+Blue) = 161+127+97=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F61 is #5E809E. Grayscale: #858585. Windows color (decimal): -6193311 or 6389665. OLE color: 6389665.

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

Color convert

RGB 161 127 97 -
CMYK 0 0.21 0.40 0.37
HSL 28.13º 0.25% 0.51% -
HSV(B) 28.13º 0.4% 0.63% -
XYZ 24.44 23.62 14.58 -
YUV 133.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 161 127 97 0 0.21 0.40 0.37 28.13 0.25 0.51
Hex A1 7F 61 0 15 28 25 1C 19 33
Octal 241 177 141 0 25 50 45 34 31 63
Binary 10100001 1111111 1100001 0 10101 101000 100101 11100 11001 110011

Color Harmonies of #A17F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F61

Black with #A17F61

Text Example


Text Example

White with #A17F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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