Html Css Color HEX #A17448 Pale Brown

📋 copy color: '#A17448'

red 161 ◦ green 116 ◦ blue 72

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

Shades of Pale Brown #A17448

Tints of Pale Brown #A17448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.63%

R = 46.13%
G = 33.24%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A17448 (or 0xA17448) is known color: Pale Brown. HEX triplet: A1, 74 and 48. RGB value is (161,116,72). Sum of RGB (Red+Green+Blue) = 161+116+72=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A17448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17448 is #5E8BB7. Grayscale: #7C7C7C. Windows color (decimal): -6196152 or 4748449. OLE color: 4748449.

HSL color Cylindrical-coordinate representation of color #A17448: hue angle of 29.66º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A17448 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 116 72 -
CMYK 0 0.28 0.55 0.37
HSL 29.66º 0.38% 0.46% -
HSV(B) 29.66º 0.55% 0.63% -
XYZ 22.11 20.54 8.93 -
YUV 124.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 161 116 72 0 0.28 0.55 0.37 29.66 0.38 0.46
Hex A1 74 48 0 1C 37 25 1E 26 2E
Octal 241 164 110 0 34 67 45 36 46 56
Binary 10100001 1110100 1001000 0 11100 110111 100101 11110 100110 101110

Color Harmonies of #A17448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17448

Black with #A17448

Text Example


Text Example

White with #A17448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17448; }

 p { color: rgb(161,116,72); }

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

background-color css

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

 a { background-color: rgb(161,116,72); }

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

border-color css

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

 span { border-color: rgb(161,116,72); }

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