Html Css Color HEX #A47655 Pale Brown

📋 copy color: '#A47655'

red 164 ◦ green 118 ◦ blue 85

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

Shades of Pale Brown #A47655

Tints of Pale Brown #A47655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.16%

R = 44.69%
G = 32.15%
B = 23.16%

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

#A47655 (or 0xA47655) is known color: Pale Brown. HEX triplet: A4, 76 and 55. RGB value is (164,118,85). Sum of RGB (Red+Green+Blue) = 164+118+85=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A47655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47655 is #5B89AA. Grayscale: #808080. Windows color (decimal): -5999019 or 5600932. OLE color: 5600932.

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

Color convert

RGB 164 118 85 -
CMYK 0 0.28 0.48 0.36
HSL 25.06º 0.32% 0.49% -
HSV(B) 25.06º 0.48% 0.64% -
XYZ 23.43 21.51 11.51 -
YUV 127.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 164 118 85 0 0.28 0.48 0.36 25.06 0.32 0.49
Hex A4 76 55 0 1C 30 24 19 20 31
Octal 244 166 125 0 34 60 44 31 40 61
Binary 10100100 1110110 1010101 0 11100 110000 100100 11001 100000 110001

Color Harmonies of #A47655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47655

Black with #A47655

Text Example


Text Example

White with #A47655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47655; }

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

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

background-color css

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

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

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

border-color css

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

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

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