Html Css Color HEX #A47656 Pale Brown

📋 copy color: '#A47656'

red 164 ◦ green 118 ◦ blue 86

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

Shades of Pale Brown #A47656

Tints of Pale Brown #A47656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.07%

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

R = 44.57%
G = 32.07%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A47656 (or 0xA47656) is known color: Pale Brown. HEX triplet: A4, 76 and 56. RGB value is (164,118,86). Sum of RGB (Red+Green+Blue) = 164+118+86=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A47656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47656 is #5B89A9. Grayscale: #808080. Windows color (decimal): -5999018 or 5666468. OLE color: 5666468.

HSL color Cylindrical-coordinate representation of color #A47656: hue angle of 24.62º 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 #A47656 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 118 86 -
CMYK 0 0.28 0.48 0.36
HSL 24.62º 0.31% 0.49% -
HSV(B) 24.62º 0.48% 0.64% -
XYZ 23.47 21.52 11.72 -
YUV 128.11 104.24 153.6 -
System Red Green Blue C M Y K H S L
Decimal 164 118 86 0 0.28 0.48 0.36 24.62 0.31 0.49
Hex A4 76 56 0 1C 30 24 19 1F 31
Octal 244 166 126 0 34 60 44 31 37 61
Binary 10100100 1110110 1010110 0 11100 110000 100100 11001 11111 110001

Color Harmonies of #A47656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47656

Black with #A47656

Text Example


Text Example

White with #A47656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47656; }

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

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

background-color css

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

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

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

border-color css

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

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

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