Html Css Color HEX #A17446 Pale Brown

📋 copy color: '#A17446'

red 161 ◦ green 116 ◦ blue 70

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

Shades of Pale Brown #A17446

Tints of Pale Brown #A17446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.17%

R = 46.4%
G = 33.43%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A17446 (or 0xA17446) is known color: Pale Brown. HEX triplet: A1, 74 and 46. RGB value is (161,116,70). Sum of RGB (Red+Green+Blue) = 161+116+70=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A17446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17446 is #5E8BB9. Grayscale: #7C7C7C. Windows color (decimal): -6196154 or 4617377. OLE color: 4617377.

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

Color convert

RGB 161 116 70 -
CMYK 0 0.28 0.57 0.37
HSL 30.33º 0.39% 0.45% -
HSV(B) 30.33º 0.57% 0.63% -
XYZ 22.05 20.51 8.59 -
YUV 124.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 161 116 70 0 0.28 0.57 0.37 30.33 0.39 0.45
Hex A1 74 46 0 1C 39 25 1E 27 2D
Octal 241 164 106 0 34 71 45 36 47 55
Binary 10100001 1110100 1000110 0 11100 111001 100101 11110 100111 101101

Color Harmonies of #A17446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17446

Black with #A17446

Text Example


Text Example

White with #A17446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17446; }

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

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

background-color css

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

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

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

border-color css

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

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

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