Html Css Color HEX #A17856 Pale Brown

📋 copy color: '#A17856'

red 161 ◦ green 120 ◦ blue 86

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

Shades of Pale Brown #A17856

Tints of Pale Brown #A17856

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.7%

 BLUE value IS 86 (33.98% from 255) = 23.43%

R = 43.87%
G = 32.7%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A17856 (or 0xA17856) is known color: Pale Brown. HEX triplet: A1, 78 and 56. RGB value is (161,120,86). Sum of RGB (Red+Green+Blue) = 161+120+86=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A17856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17856 is #5E87A9. Grayscale: #808080. Windows color (decimal): -6195114 or 5666977. OLE color: 5666977.

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

Color convert

RGB 161 120 86 -
CMYK 0 0.25 0.47 0.37
HSL 27.2º 0.3% 0.48% -
HSV(B) 27.2º 0.47% 0.63% -
XYZ 23.09 21.68 11.77 -
YUV 128.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 161 120 86 0 0.25 0.47 0.37 27.2 0.3 0.48
Hex A1 78 56 0 19 2F 25 1B 1E 30
Octal 241 170 126 0 31 57 45 33 36 60
Binary 10100001 1111000 1010110 0 11001 101111 100101 11011 11110 110000

Color Harmonies of #A17856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17856

Black with #A17856

Text Example


Text Example

White with #A17856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17856; }

 p { color: rgb(161,120,86); }

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

background-color css

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

 a { background-color: rgb(161,120,86); }

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

border-color css

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

 span { border-color: rgb(161,120,86); }

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