Html Css Color HEX #A1744A Pale Brown

📋 copy color: '#A1744A'

red 161 ◦ green 116 ◦ blue 74

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

Shades of Pale Brown #A1744A

Tints of Pale Brown #A1744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 45.87%
G = 33.05%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A1744A (or 0xA1744A) is known color: Pale Brown. HEX triplet: A1, 74 and 4A. RGB value is (161,116,74). Sum of RGB (Red+Green+Blue) = 161+116+74=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A1744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1744A is #5E8BB5. Grayscale: #7C7C7C. Windows color (decimal): -6196150 or 4879521. OLE color: 4879521.

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

Color convert

RGB 161 116 74 -
CMYK 0 0.28 0.54 0.37
HSL 28.97º 0.37% 0.46% -
HSV(B) 28.97º 0.54% 0.63% -
XYZ 22.18 20.56 9.28 -
YUV 124.67 99.41 153.92 -
System Red Green Blue C M Y K H S L
Decimal 161 116 74 0 0.28 0.54 0.37 28.97 0.37 0.46
Hex A1 74 4A 0 1C 36 25 1D 25 2E
Octal 241 164 112 0 34 66 45 35 45 56
Binary 10100001 1110100 1001010 0 11100 110110 100101 11101 100101 101110

Color Harmonies of #A1744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1744A

Black with #A1744A

Text Example


Text Example

White with #A1744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1744A; }

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

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

background-color css

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

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

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

border-color css

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

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

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