Html Css Color HEX #A47451 Pale Brown

📋 copy color: '#A47451'

red 164 ◦ green 116 ◦ blue 81

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

Shades of Pale Brown #A47451

Tints of Pale Brown #A47451

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

 BLUE value IS 81 (32.03% from 255) = 22.44%

R = 45.43%
G = 32.13%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A47451 (or 0xA47451) is known color: Pale Brown. HEX triplet: A4, 74 and 51. RGB value is (164,116,81). Sum of RGB (Red+Green+Blue) = 164+116+81=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A47451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47451 is #5B8BAE. Grayscale: #7E7E7E. Windows color (decimal): -5999535 or 5338276. OLE color: 5338276.

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

Color convert

RGB 164 116 81 -
CMYK 0 0.29 0.51 0.36
HSL 25.3º 0.34% 0.48% -
HSV(B) 25.3º 0.51% 0.64% -
XYZ 23.04 20.98 10.62 -
YUV 126.36 102.4 154.85 -
System Red Green Blue C M Y K H S L
Decimal 164 116 81 0 0.29 0.51 0.36 25.3 0.34 0.48
Hex A4 74 51 0 1D 33 24 19 22 30
Octal 244 164 121 0 35 63 44 31 42 60
Binary 10100100 1110100 1010001 0 11101 110011 100100 11001 100010 110000

Color Harmonies of #A47451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47451

Black with #A47451

Text Example


Text Example

White with #A47451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47451; }

 p { color: rgb(164,116,81); }

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

background-color css

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

 a { background-color: rgb(164,116,81); }

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

border-color css

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

 span { border-color: rgb(164,116,81); }

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