Html Css Color HEX #A47856 Pale Brown

📋 copy color: '#A47856'

red 164 ◦ green 120 ◦ blue 86

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

Shades of Pale Brown #A47856

Tints of Pale Brown #A47856

RGB

 RED value IS 164 (64.45% from 255) = 44.32%

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

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

R = 44.32%
G = 32.43%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A47856 (or 0xA47856) is known color: Pale Brown. HEX triplet: A4, 78 and 56. RGB value is (164,120,86). Sum of RGB (Red+Green+Blue) = 164+120+86=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A47856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47856 is #5B87A9. Grayscale: #818181. Windows color (decimal): -5998506 or 5666980. OLE color: 5666980.

HSL color Cylindrical-coordinate representation of color #A47856: hue angle of 26.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A47856 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 120 86 -
CMYK 0 0.27 0.48 0.36
HSL 26.15º 0.31% 0.49% -
HSV(B) 26.15º 0.48% 0.64% -
XYZ 23.71 22 11.8 -
YUV 129.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 164 120 86 0 0.27 0.48 0.36 26.15 0.31 0.49
Hex A4 78 56 0 1B 30 24 1A 1F 31
Octal 244 170 126 0 33 60 44 32 37 61
Binary 10100100 1111000 1010110 0 11011 110000 100100 11010 11111 110001

Color Harmonies of #A47856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47856

Black with #A47856

Text Example


Text Example

White with #A47856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47856; }

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

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

background-color css

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

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

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

border-color css

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

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

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